Skip to content

Commit

Permalink
Add prefix cmd /C
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Feb 17, 2015
1 parent 5ad0e7b commit 6c798e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ before_build:
# verbosity: normal

build_script:
- cmd: ""C:\Program Files (x86)\MSBuild\12.0\bin\msbuild.exe" "C:\projects\dart\build\dart.sln" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /verbosity:detailed"
- cmd: cmd /C ""C:\Program Files (x86)\MSBuild\12.0\bin\msbuild.exe" "C:\projects\dart\build\dart.sln" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /verbosity:detailed"

test_script:
- cmd: ctest -C Release -VV
Expand Down

0 comments on commit 6c798e6

Please sign in to comment.