We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a82f6 commit 04827e3Copy full SHA for 04827e3
1 file changed
appveyor.yml
@@ -19,7 +19,8 @@ build:
19
verbosity: minimal
20
artifacts:
21
# pushing all *.nupkg files in directory
22
- - path: *.nupkg
+ - path: '**\*.nupkg'
23
+ - path: bin\$(configuration)\*.dll
24
deploy:
25
- provider: NuGet
26
api_key:
0 commit comments