File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ setlocal
1010set zipfilename = Temp.zip
1111
1212@ rem GitHubのZIPパス
13- set branchName = develop
14- set srcUrl = https://github.com/OpenTouryoProject/OpenTouryoTemplates/archive/%branchName% .zip
13+ set srcUrl = https://github.com/OpenTouryoProject/OpenTouryo/archive/develop.zip
1514
1615@ rem 解凍ディレクトリ
1716set extDir = %CD%
@@ -35,21 +34,20 @@ if exist %extDir%\%tmpDir% GOTO Build
3534
3635:Build
3736@ rem ビルドがあるならコピーへ
38- if exist " Temp\programs\CS\Frameworks\Infrastructure\Build_netcore30" GOTO Xcopy
39-
40- @ rem パス長の問題を解決
41- xcopy /Y /E " Temp\OpenTouryoTemplates-%branchName% \root_VS2019\programs" " Temp\programs\"
37+ if exist " Temp\OpenTouryo-develop\root\programs\CS\Frameworks\Infrastructure\Build_netcore30" GOTO Xcopy
4238
4339@ rem batファイルを使用してビルド
44- cd " Temp\programs\CS\"
40+ cd " Temp\OpenTouryo-develop\root\programs\CS\"
41+ echo | call 2_Build_NuGet_net48.bat
4542echo | call 3_Build_Business_net48.bat
43+ echo | call 2_Build_NuGet_netstd21.bat
4644echo | call 3_Build_Business_netcore30.bat
4745
4846:Xcopy
4947@ rem ビルド出力をコピー
5048cd %extDir%
51- xcopy /Y /E " Temp\programs\CS\Frameworks\Infrastructure\Build_net48" " OpenTouryoAssemblies\Build_net48\"
52- xcopy /Y /E " Temp\programs\CS\Frameworks\Infrastructure\Build_netcore30" " OpenTouryoAssemblies\Build_netcore30\"
49+ xcopy /Y /E " Temp\OpenTouryo-develop\root\ programs\CS\Frameworks\Infrastructure\Build_net48" " OpenTouryoAssemblies\Build_net48\"
50+ xcopy /Y /E " Temp\OpenTouryo-develop\root\ programs\CS\Frameworks\Infrastructure\Build_netcore30" " OpenTouryoAssemblies\Build_netcore30\"
5351
5452pause
5553
You can’t perform that action at this time.
0 commit comments