Skip to content

Commit 0c7ad22

Browse files
authored
Merge pull request #99 from nils-a/feature/GH-98
(#98) implemented workaround
2 parents 59f442e + 34179fe commit 0c7ad22

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

recipe.cake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#load nuget:?package=Cake.Recipe&version=2.2.1
22

3+
// Workaround for https://github.com/cake-contrib/Cake.Recipe/issues/854
4+
#tool nuget:?package=NuGet.CommandLine&version=5.8.1
5+
36
Environment.SetVariableNames();
47

58
var standardNotificationMessage = "Version {0} of {1} has just been released, this will be available here https://www.nuget.org/packages/{1}, once package indexing is complete.";

0 commit comments

Comments
 (0)