Skip to content

Commit 017a8a2

Browse files
committed
Update appveyor.yml
2 parents c9ba3a7 + 3d3d967 commit 017a8a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#version should be only changed with RELEASE eminent, see RELEASE.md
22

33
version: 2.8.0-ci-{build}
4-
54
image: Visual Studio 2019
65

76
clone_depth: 1
@@ -50,7 +49,8 @@ after_test:
5049
artifacts:
5150
- path: 'src/CommandLine/bin/Release/*.nupkg'
5251
name: NuGetPackages
53-
52+
- path: 'src/CommandLine/bin/Release/*.snupkg'
53+
name: symbol
5454
on_failure:
5555
- cmd: |
5656
tree /f /a >files.lst

0 commit comments

Comments
 (0)