Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sign pipeline of Az.Tools.Predictor #14241

Merged
merged 8 commits into from
Feb 20, 2021
Prev Previous commit
Next Next commit
Update sign-tool-predictor.yml for Azure Pipelines
  • Loading branch information
dingmeng-xue committed Feb 19, 2021
commit 5fa7b92e5480d0a8cfebe52a26753075a350ad93
2 changes: 1 addition & 1 deletion .azure-pipelines/sign-tool-predictor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ steps:
displayName: 'Install DotNet 6.0 SDK'
inputs:
packageType: sdk
version: 6.0.0-preview.1.21102.12
version: 6.0.x

- task: DotNetCoreCLI@2
displayName: 'Build'
Expand Down