Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moh-hassan committed Mar 12, 2020
2 parents c9ba3a7 + 3d3d967 commit 017a8a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#version should be only changed with RELEASE eminent, see RELEASE.md

version: 2.8.0-ci-{build}

image: Visual Studio 2019

clone_depth: 1
Expand Down Expand Up @@ -50,7 +49,8 @@ after_test:
artifacts:
- path: 'src/CommandLine/bin/Release/*.nupkg'
name: NuGetPackages

- path: 'src/CommandLine/bin/Release/*.snupkg'
name: symbol
on_failure:
- cmd: |
tree /f /a >files.lst
Expand Down

0 comments on commit 017a8a2

Please sign in to comment.