We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9ba3a7 + 3d3d967 commit 017a8a2Copy full SHA for 017a8a2
appveyor.yml
@@ -1,7 +1,6 @@
1
#version should be only changed with RELEASE eminent, see RELEASE.md
2
3
version: 2.8.0-ci-{build}
4
-
5
image: Visual Studio 2019
6
7
clone_depth: 1
@@ -50,7 +49,8 @@ after_test:
50
49
artifacts:
51
- path: 'src/CommandLine/bin/Release/*.nupkg'
52
name: NuGetPackages
53
+- path: 'src/CommandLine/bin/Release/*.snupkg'
+ name: symbol
54
on_failure:
55
- cmd: |
56
tree /f /a >files.lst
0 commit comments