From ebef9196cc833ee94aab1b5073e0a38270b29005 Mon Sep 17 00:00:00 2001 From: cra0zy Date: Sun, 31 Dec 2017 19:59:52 +0100 Subject: [PATCH] Automate NuGet publish --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 867f9c163..981664ceb 100755 --- a/.travis.yml +++ b/.travis.yml @@ -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