@@ -10,7 +10,8 @@ setlocal
1010set zipfilename = Temp.zip
1111
1212@ rem GitHubのZIPパス
13- set srcUrl = https://github.com/OpenTouryoProject/OpenTouryoTemplates/archive/master.zip
13+ set branchName = 02-50
14+ set srcUrl = https://github.com/OpenTouryoProject/OpenTouryoTemplates/archive/%branchName% .zip
1415
1516@ rem 解凍ディレクトリ
1617set extDir = %CD%
@@ -34,28 +35,18 @@ if exist %extDir%\%tmpDir% GOTO Build
3435
3536:Build
3637@ rem ビルドがあるならコピーへ
37- if exist " Temp\OpenTouryoTemplates-develop\root_VS2017 \programs\CS\Frameworks\Infrastructure\Build_netcore30" GOTO Xcopy
38+ if exist " Temp\OpenTouryoTemplates-%branchName% \root_VS2019 \programs\CS\Frameworks\Infrastructure\Build_netcore30" GOTO Xcopy
3839
3940@ rem batファイルを使用してビルド
40- cd " Temp\OpenTouryoTemplates-develop\root_VS2017\programs\CS\"
41- echo | call 2_Build_NuGet_net45.bat
42- echo | call 2_Build_NuGet_net46.bat
43- echo | call 2_Build_NuGet_net47.bat
44- echo | call 2_Build_NuGet_netstd20.bat
45- echo | call 3_Build_Business_net45.bat
46- echo | call 3_Build_Business_net46.bat
47- echo | call 3_Build_Business_net47.bat
48- echo | call 3_Build_Business_netcore20.bat
41+ cd " Temp\OpenTouryoTemplates-%branchName% \root_VS2019\programs\CS\"
42+ echo | call 3_Build_Business_net48.bat
4943echo | call 3_Build_Business_netcore30.bat
5044
5145:Xcopy
5246@ rem ビルド出力をコピー
5347cd %extDir%
54- xcopy /Y /E " Temp\OpenTouryoTemplates-develop\root_VS2017\programs\CS\Frameworks\Infrastructure\Build_net45" " OpenTouryoAssemblies\Build_net45\"
55- xcopy /Y /E " Temp\OpenTouryoTemplates-develop\root_VS2017\programs\CS\Frameworks\Infrastructure\Build_net46" " OpenTouryoAssemblies\Build_net46\"
56- xcopy /Y /E " Temp\OpenTouryoTemplates-develop\root_VS2017\programs\CS\Frameworks\Infrastructure\Build_net47" " OpenTouryoAssemblies\Build_net47\"
57- xcopy /Y /E " Temp\OpenTouryoTemplates-develop\root_VS2017\programs\CS\Frameworks\Infrastructure\Build_netcore20" " OpenTouryoAssemblies\Build_netcore20\"
58- xcopy /Y /E " Temp\OpenTouryoTemplates-develop\root_VS2017\programs\CS\Frameworks\Infrastructure\Build_netcore30" " OpenTouryoAssemblies\Build_netcore30\"
48+ xcopy /Y /E " Temp\OpenTouryoTemplates-%branchName% \root_VS2019\programs\CS\Frameworks\Infrastructure\Build_net48" " OpenTouryoAssemblies\Build_net48\"
49+ xcopy /Y /E " Temp\OpenTouryoTemplates-%branchName% \root_VS2019\programs\CS\Frameworks\Infrastructure\Build_netcore30" " OpenTouryoAssemblies\Build_netcore30\"
5950
6051pause
6152
0 commit comments