4th time the charm? Hopefully nuget gets publsihed now
This commit is contained in:
parent
ec628fdba6
commit
3b7350ff4b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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", "");
|
||||
|
||||
|
|
Loading…
Reference in a new issue