6 lines
204 B
YAML
6 lines
204 B
YAML
|
build_script: "\"%VS120COMNTOOLS%VsDevCmd.bat\" && build.cmd"
|
||
|
test: off # disable automatic test discovery, xUnit already runs as part of build.cmd
|
||
|
|
||
|
artifacts:
|
||
|
- path: msbuild.log
|
||
|
name: MSBuild Log
|