Skip to content
Snippets Groups Projects
Commit d198e5ac authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

minor fix

parent 087dba28
No related branches found
No related tags found
1 merge request!19Fix: nuget push
......@@ -298,7 +298,7 @@ Task("NugetPush")
Information("Need to push {0} packages", nupkgs.Count);
if(!String.IsNullOrWhiteSpace(nugetApiKey)) {
foreach(var nupkg in nupkgs) {
Information("Pushing {0}", nupkg);)
Information("Pushing {0}", nupkg);
NuGetPush(nupkg, new NuGetPushSettings {
Source = nugetSource,
ApiKey = nugetApiKey
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment