Skip to content

Commit 34b44e3

Browse files
committed
add xrbuild.cmd to msvc building. Part 6
1 parent e8d57f7 commit 34b44e3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

appveyor.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,12 @@ build_script:
4747
mingw32-make
4848
)
4949
- if [%tbs_tools%]==[msvc] (
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
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"
5251
)
5352

5453
#create artifacts
55-
#after_build:
56-
#- if [%tbs_tools%]==[msvc] xrbuild.cmd
54+
after_build:
55+
- xrbuild.cmd
5756

5857
test: off
5958
artifacts:

0 commit comments

Comments
 (0)