Skip to content

Commit

Permalink
Merge pull request #861 from dotnet/fixCakeTestFailure
Browse files Browse the repository at this point in the history
Fix Cake.Tool install failure
  • Loading branch information
AArnott committed Nov 9, 2022
2 parents 5d25f54 + 895dda1 commit b7d359e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/xplattest-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ steps:
cd caketest &&
git init &&
dotnet new tool-manifest &&
dotnet tool install Cake.Tool
dotnet tool install Cake.Tool --version 2.3.0
echo "#addin nuget:?package=Cake.GitVersioning&version=${NBGV_NuGetPackageVersion}&prerelease=true"
Expand Down

0 comments on commit b7d359e

Please sign in to comment.