Skip to content
Prev Previous commit
Next Next commit
Update appveyor.yml
Fix test results not being included in artifacts.
Name the artifact sets.
Remove failed attempt to collect test results.
  • Loading branch information
martincostello committed Aug 18, 2019
commit 6392ec2e60a37f4622729e11151d83231e9ed326
7 changes: 3 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
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\*
name: Packages
- path: artifacts\TestResults\**\*
name: 'Test Results'

nuget:
disable_publish_on_pr: true
Expand Down