Add local pack script. Remove dnx451 framework references. May add back later if needed.

This commit is contained in:
SteveSandersonMS
2016-04-08 17:51:49 +01:00
parent 25c728f885
commit 13beb7cf27
13 changed files with 22 additions and 12 deletions

22
pack-local.sh Executable file
View File

@@ -0,0 +1,22 @@
versionSuffix=$1
dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
projects=(
./src/Microsoft.AspNetCore.NodeServices
./src/Microsoft.AspNetCore.SpaServices
./src/Microsoft.AspNetCore.AngularServices
./src/Microsoft.AspNetCore.ReactServices
)
if [ -z "$versionSuffix" ]; then
echo "Usage: pack-local.sh <versionsuffix>"
echo "Example: pack-local.sh beta-000001"
exit 1
fi
pushd $dir > /dev/null
for proj in "${projects[@]}"; do
dotnet pack $proj --version-suffix $versionSuffix -o ./artifacts/
done
popd > /dev/null

View File

@@ -23,7 +23,6 @@
"Microsoft.AspNetCore.NodeServices": "1.0.0-*"
},
"frameworks": {
"dnx451": {},
"netstandardapp1.5": {
"imports": [
"dnxcore50",

View File

@@ -28,7 +28,6 @@
},
"frameworks": {
"dnx451": {},
"netstandardapp1.5": {
"imports": [
"dnxcore50",

View File

@@ -22,7 +22,6 @@
"web": "Microsoft.AspNetCore.Server.Kestrel"
},
"frameworks": {
"dnx451": {},
"netstandardapp1.5": {
"imports": [
"dnxcore50",

View File

@@ -13,7 +13,6 @@
"defaultNamespace": "Microsoft.AspNetCore.AngularServices"
},
"frameworks": {
"dnx451": {},
"netstandardapp1.5": {
"imports": [
"dnxcore50",

View File

@@ -16,7 +16,6 @@
"Newtonsoft.Json": "8.0.3"
},
"frameworks": {
"dnx451": {},
"netstandardapp1.5": {
"imports": [
"dnxcore50",

View File

@@ -18,7 +18,6 @@
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
},
"frameworks": {
"dnx451": {},
"netstandardapp1.5": {
"imports": [
"dnxcore50",

View File

@@ -18,7 +18,6 @@
"Microsoft.AspNetCore.NodeServices": "1.0.0-*"
},
"frameworks": {
"dnx451": {},
"netstandardapp1.5": {
"imports": [
"dnxcore50",

View File

@@ -28,7 +28,6 @@
},
"frameworks": {
"dnx451": {},
"netstandardapp1.5": {
"imports": [
"dnxcore50",

View File

@@ -28,7 +28,6 @@
},
"frameworks": {
"dnx451": {},
"netstandardapp1.5": {
"imports": [
"dnxcore50",

View File

@@ -28,7 +28,6 @@
},
"frameworks": {
"dnx451": {},
"netstandardapp1.5": {
"imports": [
"dnxcore50",

View File

@@ -28,7 +28,6 @@
},
"frameworks": {
"dnx451": {},
"netstandardapp1.5": {
"imports": [
"dnxcore50",

View File

@@ -27,7 +27,6 @@
},
"frameworks": {
"dnx451": {},
"netstandardapp1.5": {
"imports": [
"dnxcore50",