4th time the charm? Hopefully nuget gets publsihed now

This commit is contained in:
cra0zy 2017-12-31 23:07:11 +01:00
parent ec628fdba6
commit 3b7350ff4b
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ deploy:
file_glob: true
file: BuildOutput/NugetPackages/*
provider: script
script: nuget push ./BuildOutput/NugetPackages/*.nupkg -Verbosity detailed -ApiKey $NUGETAPIKEY -Source https://www.nuget.org/api/v2/package
script: nuget push -Verbosity detailed -Source https://www.nuget.org/api/v2/package BuildOutput/NugetPackages/*.nupkg $NUGETAPIKEY
on:
branch: master
repo: GtkSharp/GtkSharp

View File

@ -6,7 +6,7 @@
// VARS
Settings.Cake = Context;
Settings.Version = "3.22.24.20";
Settings.Version = "3.22.24.21";
Settings.BuildTarget = Argument("BuildTarget", "Default");
Settings.Assembly = Argument("Assembly", "");