Automate NuGet publish

This commit is contained in:
cra0zy 2017-12-31 19:59:52 +01:00
parent fa042d60d8
commit ebef9196cc

View file

@ -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