We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af40cb commit e3c8d81Copy full SHA for e3c8d81
appveyor.yml
@@ -31,4 +31,12 @@ artifacts:
31
- path: 'Output\Packages\Flow-Launcher-*.zip'
32
name: Zip
33
- path: 'Output\Release\Flow.Launcher.Plugin.*.nupkg'
34
- name: Plugin nupkg
+ 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