Skip to content

Commit

Permalink
(maint) addes a workaround for missing nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed Dec 1, 2021
1 parent 1bb2725 commit b587846
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe.cake
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#load nuget:?package=Cake.Recipe&version=2.2.1

// Workaround for https://github.com/cake-contrib/Cake.Recipe/issues/854
#tool nuget:?package=NuGet.CommandLine&version=5.8.1

Environment.SetVariableNames();

BuildParameters.SetParameters(
Expand Down

0 comments on commit b587846

Please sign in to comment.