Skip to content

Commit 142aa34

Browse files
author
Muhammad Rehan Saeed
committed
Use Cake.Tool 0.35.0 alpha to fix Azure Pipelines
1 parent 50c5473 commit 142aa34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ stages:
3838
inputs:
3939
packageType: 'sdk'
4040
version: '2.2.402'
41-
- script: 'dotnet tool install --global Cake.Tool'
41+
- script: 'dotnet tool install --global Cake.Tool --version 0.35.0-alpha0015 --add-source https://www.myget.org/F/cake/api/v3/index.json'
4242
displayName: 'Install Cake Tool'
4343
failOnStderr: true
4444
- script: 'dotnet cake --target=Build'

0 commit comments

Comments
 (0)