Skip to content

Commit a2cba9f

Browse files
committed
add xrbuild.cmd to msvc building. Part 2
1 parent 51e4b92 commit a2cba9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ build_script:
4949
- if [%tbs_tools%]==[msvc] (
5050
ECHO '%cd%' &&
5151
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"
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" &&
5353
xrbuild.cmd
5454
)
5555
test: off

0 commit comments

Comments
 (0)