Skip to content

Commit 04827e3

Browse files
Change appveyor
1 parent b4a82f6 commit 04827e3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ build:
1919
verbosity: minimal
2020
artifacts:
2121
# pushing all *.nupkg files in directory
22-
- path: *.nupkg
22+
- path: '**\*.nupkg'
23+
- path: bin\$(configuration)\*.dll
2324
deploy:
2425
- provider: NuGet
2526
api_key:

0 commit comments

Comments
 (0)