Skip to content

Commit e3c8d81

Browse files
committed
update appveyor.yml
add config for nuget deployment
1 parent 6af40cb commit e3c8d81

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

appveyor.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,12 @@ artifacts:
3131
- path: 'Output\Packages\Flow-Launcher-*.zip'
3232
name: Zip
3333
- path: 'Output\Release\Flow.Launcher.Plugin.*.nupkg'
34-
name: Plugin nupkg
34+
name: Plugin nupkg
35+
36+
deploy:
37+
provider: NuGet
38+
artifact: /.*\.nupkg/
39+
api_key:
40+
secure: n80IeWR3pN81p0w4uXq4mO0TdTXoJSHHFL+yTB9YBJ0Wni2DjZGYwOFdaWzW4hRi
41+
on:
42+
branch: master

0 commit comments

Comments
 (0)