Automate NuGet publish
This commit is contained in:
parent
fa042d60d8
commit
ebef9196cc
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ deploy:
|
|||
file_glob: true
|
||||
file: BuildOutput/NugetPackages/*
|
||||
skip_cleanup: true
|
||||
script: nuget push ./BuildOutput/NuGetPackages/*.nupkg -Verbosity detailed -ApiKey $NUGETAPIKEY -Source https://www.nuget.org/api/v2/package
|
||||
on:
|
||||
branch: master
|
||||
repo: GtkSharp/GtkSharp
|
||||
|
|
Loading…
Add table
Reference in a new issue