فهرست منبع

Merge branch 'release/2.1.24' of serset/Sers into master

LithWang 1 سال پیش
والد
کامیت
047936407e

+ 1 - 1
.github/workflows/action-ki_multibranch.yml

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

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