Skip to content

Commit

Permalink
update cake build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstonis committed Oct 23, 2021
1 parent 47896bd commit faceab3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ Task("NuGet")
.Append(eightbotNugetSourceName)
.Append("-ApiKey")
.Append(eightbotNugetApiKey)
.Append(package.FullPath);
.Append(package.FullPath)
.Append("-SkipDuplicate");


using(var process =
Expand Down

0 comments on commit faceab3

Please sign in to comment.