Second try with getting automated nuget uploading

This commit is contained in:
cra0zy 2017-12-31 20:43:47 +01:00
parent ebef9196cc
commit 4ae930f331
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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", "");