Second try with getting automated nuget uploading
This commit is contained in:
parent
ebef9196cc
commit
4ae930f331
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ deploy:
|
|||
file_glob: true
|
||||
file: BuildOutput/NugetPackages/*
|
||||
skip_cleanup: true
|
||||
provider: script
|
||||
script: nuget push ./BuildOutput/NuGetPackages/*.nupkg -Verbosity detailed -ApiKey $NUGETAPIKEY -Source https://www.nuget.org/api/v2/package
|
||||
on:
|
||||
branch: master
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// VARS
|
||||
|
||||
Settings.Cake = Context;
|
||||
Settings.Version = "3.22.24.18";
|
||||
Settings.Version = "3.22.24.19";
|
||||
Settings.BuildTarget = Argument("BuildTarget", "Default");
|
||||
Settings.Assembly = Argument("Assembly", "");
|
||||
|
||||
|
|
Loading…
Reference in a new issue