@@ -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;