File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,13 @@ build_script:
4747 mingw32-make
4848 )
4949- if [%tbs_tools%]==[msvc] (
50- ECHO '%cd%' &&
51- ECHO '*** Building %tbs_tools%\%tbs_arch%\%tbs_config%' &&
52- msbuild "src\engine.sln" /m /verbosity:minimal /property:PlatformToolset=v141 /t:Clean,Build /p:Platform=%tbs_arch% /p:Configuration=%tbs_config% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
50+ msbuild "src\engine.sln" /m /verbosity:minimal /property:PlatformToolset=v141 /t:Clean,Build /p:Platform=%tbs_arch% /p:Configuration=%tbs_config% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" &&
51+ xrbuild.cmd
5352 )
5453
5554# create artifacts
56- after_build :
57- - cmd : if [%tbs_tools%]==[msvc] xrbuild.cmd
55+ # after_build:
56+ # - if [%tbs_tools%]==[msvc] xrbuild.cmd
5857
5958test : off
6059artifacts :
You can’t perform that action at this time.
0 commit comments