Skip to content

Commit

Permalink
(build) Update to latest Chocolatey.Cake.Recipe
Browse files Browse the repository at this point in the history
This includes a bug fix to addresses failing builds on Posix build
agents. The issue here was that while on a Posix build agent, VSWhere
was being called to find installation locations for MSBuild, when it
wasn't needed.
  • Loading branch information
gep13 committed Nov 22, 2022
1 parent 924a785 commit 0466676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#load nuget:?package=Chocolatey.Cake.Recipe&version=0.20.0
#load nuget:?package=Chocolatey.Cake.Recipe&version=0.20.1

///////////////////////////////////////////////////////////////////////////////
// TOOLS
Expand Down

0 comments on commit 0466676

Please sign in to comment.