Browse Source

Merge branch 'feature/SO-8_DevOps3' of serset/Sers into release/2.1.24

LithWang 1 year ago
parent
commit
4596284896

+ 0 - 5
Publish/DevOps3/environment/github-bash__publish-multiple-netcore-version.txt

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

+ 0 - 4
Publish/DevOps3/github-bash/startup.bash

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