Skip to content
Prev Previous commit
Next Next commit
Update appveyor.yml
Try and report tests into AppVeyor.
Collect test results as artifacts.
  • Loading branch information
martincostello committed Aug 18, 2019
commit 528ef683e26c612ea15362e6390e42b20622d1ff
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
version: 2.1.1.{build}

environment:
TestCaptureOutput: false

build_script:
- eng\common\CIBuild.cmd -configuration Release -prepareMachine

artifacts:
- path: artifacts\packages\Release\Shipping\*.nupkg
- path: artifacts\TestResults\*

nuget:
disable_publish_on_pr: true
Expand Down