Skip to content

Commit 34536cf

Browse files
committed
Deploy all packages produced
Now that we're only producing the right packages, we can deploy all of them to NuGet
1 parent e2bee69 commit 34536cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ deploy:
2222
api_key:
2323
secure: lUmSV95QwsQtvPkHT02PT5fswmVcW0oMIJvOGEincUNnUNtTe3DOIjVEOpC0CMkQ
2424
skip_symbols: false
25-
artifact: '**\System.IO.Abstractions.*.nupkg'
25+
artifact: /.*\.nupkg/
2626
on:
2727
branch: master

0 commit comments

Comments
 (0)