Skip to content

Commit

Permalink
Update build.cake
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvreony authored Apr 12, 2020
1 parent 3689495 commit f9dc160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ Task("PublishPackages")
foreach(var package in packageWhitelist)
{
// only push the package which was created during this build run.
var packagePath = artifactDirectory + "/nuget/" + File(string.Concat(package, ".", nugetVersion, ".nupkg"));
var packagePath = artifactDirectory + "nuget/" + File(string.Concat(package, ".", nugetVersion, ".nupkg"));

// Push the package.
NuGetPush(packagePath, new NuGetPushSettings {
Expand Down

0 comments on commit f9dc160

Please sign in to comment.