Skip to content

Commit 32b8128

Browse files
committed
add xrbuild.cmd to msvc building. Part 4
1 parent 2923a35 commit 32b8128

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ build_script:
5454

5555
#create artifacts
5656
after_build:
57-
- if [%tbs_tools%]==[msvc] (
58-
xrbuild.cmd
59-
)
57+
- cmd: if [%tbs_tools%]==[msvc] xrbuild.cmd
58+
6059
test: off
6160
artifacts:
6261
- path: res/OpenXRay.Dx86.7z

0 commit comments

Comments
 (0)