Skip to content

Commit 73a05cb

Browse files
Change appveyor
1 parent 04827e3 commit 73a05cb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ build:
2020
artifacts:
2121
# pushing all *.nupkg files in directory
2222
- path: '**\*.nupkg'
23-
- path: bin\$(configuration)\*.dll
23+
name: NuGet
24+
- path: '**\*.dll'
25+
name: ActiveUp
2426
deploy:
2527
- provider: NuGet
2628
api_key:

0 commit comments

Comments
 (0)