mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update appveyor.yml
add config for nuget deployment
This commit is contained in:
parent
6af40cbaed
commit
e3c8d814cf
1 changed files with 9 additions and 1 deletions
10
appveyor.yml
10
appveyor.yml
|
|
@ -31,4 +31,12 @@ artifacts:
|
||||||
- path: 'Output\Packages\Flow-Launcher-*.zip'
|
- path: 'Output\Packages\Flow-Launcher-*.zip'
|
||||||
name: Zip
|
name: Zip
|
||||||
- path: 'Output\Release\Flow.Launcher.Plugin.*.nupkg'
|
- path: 'Output\Release\Flow.Launcher.Plugin.*.nupkg'
|
||||||
name: Plugin nupkg
|
name: Plugin nupkg
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
provider: NuGet
|
||||||
|
artifact: /.*\.nupkg/
|
||||||
|
api_key:
|
||||||
|
secure: n80IeWR3pN81p0w4uXq4mO0TdTXoJSHHFL+yTB9YBJ0Wni2DjZGYwOFdaWzW4hRi
|
||||||
|
on:
|
||||||
|
branch: master
|
||||||
Loading…
Reference in a new issue