@@ -44,7 +44,7 @@ jobs:
export NUGET_KEY="${{ secrets.NUGET_KEY }}"
export WebDav_BaseUrl="${{ secrets.WebDav_BaseUrl }}"
export WebDav_User="${{ secrets.WebDav_User }}"
- cd ./Publish/DevOps2/github-bash
+ cd ./Publish/DevOps3/github-bash
bash startup.bash
echo build succeed!
@@ -1,5 +0,0 @@
-
-if this file exists,
-will publish multiple netcore version
-like net5.0 netcoreapp3.1 netcoreapp3.0 netcoreapp2.2 netcoreapp2.1
-in github actions
@@ -40,10 +40,6 @@ fi
echo '#1 build'
cd "$devOpsPath/build-bash"; bash startup.bash;
-if [ -f "$devOpsPath/environment/github-bash__publish-multiple-netcore-version.txt" ]; then
- cd "$devOpsPath/build-bash"; bash 40.Station-publish-multiple.bash;
-fi
#----------------------------------------------
echo '#2 release-bash'
cd "$devOpsPath/release-bash"; bash startup.bash;