Skip to content

Commit d1023c3

Browse files
authored
Really get artifact publishing working this time. (#108)
1 parent 119fee4 commit d1023c3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@ build_script:
1212
- dotnet build -c Release -p:Version=%GitVersion_NuGetVersion%
1313
test_script:
1414
- dotnet test -c Release --no-build
15+
artifacts:
16+
- name: NuGet
17+
path: .\**\*.nupkg
18+
- name: Symbols
19+
path: .\**\*.snupkg
1520
deploy:
1621
- provider: NuGet
1722
api_key:
1823
secure: +CD+4G+gMInD/BjNvO24NW9u1udGdsx0fUi6bh0muNezQ9fP0sHnS1f96f0OXUy6
19-
artifact: .\**\*.s?nupkg
2024
on:
2125
branch:
2226
- master

0 commit comments

Comments
 (0)