We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119fee4 commit d1023c3Copy full SHA for d1023c3
1 file changed
appveyor.yml
@@ -12,11 +12,15 @@ build_script:
12
- dotnet build -c Release -p:Version=%GitVersion_NuGetVersion%
13
test_script:
14
- dotnet test -c Release --no-build
15
+artifacts:
16
+ - name: NuGet
17
+ path: .\**\*.nupkg
18
+ - name: Symbols
19
+ path: .\**\*.snupkg
20
deploy:
21
- provider: NuGet
22
api_key:
23
secure: +CD+4G+gMInD/BjNvO24NW9u1udGdsx0fUi6bh0muNezQ9fP0sHnS1f96f0OXUy6
- artifact: .\**\*.s?nupkg
24
on:
25
branch:
26
- master
0 commit comments