lith 1 year ago
parent
commit
5d3153b80d

+ 1 - 1
Publish/DevOps2/build-bash/41.extra-publish.sh

@@ -2,7 +2,7 @@ set -e
 
 
 #---------------------------------------------------------------------
-# 参数
+# args
 args_="
 
 export basePath=/root/temp/svn

+ 1 - 1
Publish/DevOps2/build-bash/52.docker-extra-copy.sh

@@ -2,7 +2,7 @@ set -e
 
 
 #---------------------------------------------------------------------
-# 参数
+# args
 args_="
 
 export basePath=/root/temp/svn

+ 1 - 1
Publish/DevOps2/environment/build-bash__41.extra-publish.sh

@@ -2,7 +2,7 @@ set -e
 
 
 #---------------------------------------------------------------------
-# 参数
+# args
 args_="
 
 export basePath=/root/temp/svn

+ 23 - 0
Publish/DevOps2/environment/readme.md

@@ -0,0 +1,23 @@
+
+
+
+# build-bash
+extra steps when building, all sh files could be remove if not needed.
+
+
+
+
+
+
+
+
+
+# github-bash__publish-multiple-netcore-version.txt
+if this file exists, 
+will publish multiple netcore version 
+like net5.0 netcoreapp3.1 netcoreapp3.0 netcoreapp2.2 netcoreapp2.1
+in github actions 
+
+
+
+