Skip to content

Commit 895dda1

Browse files
committed
Fix Cake.Tool install failure
This package recently shipped v3.0.0, which drops support for netcoreapp3.1, which is supported until 12/13/22.
1 parent 5d25f54 commit 895dda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/xplattest-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ steps:
6565
cd caketest &&
6666
git init &&
6767
dotnet new tool-manifest &&
68-
dotnet tool install Cake.Tool
68+
dotnet tool install Cake.Tool --version 2.3.0
6969
7070
echo "#addin nuget:?package=Cake.GitVersioning&version=${NBGV_NuGetPackageVersion}&prerelease=true"
7171

0 commit comments

Comments
 (0)