We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c5473 commit 142aa34Copy full SHA for 142aa34
azure-pipelines.yml
@@ -38,7 +38,7 @@ stages:
38
inputs:
39
packageType: 'sdk'
40
version: '2.2.402'
41
- - script: 'dotnet tool install --global Cake.Tool'
+ - script: 'dotnet tool install --global Cake.Tool --version 0.35.0-alpha0015 --add-source https://www.myget.org/F/cake/api/v3/index.json'
42
displayName: 'Install Cake Tool'
43
failOnStderr: true
44
- script: 'dotnet cake --target=Build'
0 commit comments