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 42f1f58 commit 5681523Copy full SHA for 5681523
azure-pipelines.yml
@@ -16,7 +16,7 @@ variables:
16
steps:
17
- task: DotNetCoreInstaller@0
18
inputs:
19
- version: 'v3.0.0-preview6' # replace this value with the version that you need for your project
+ version: '3.x' # replace this value with the version that you need for your project
20
21
- task: DotNetCoreCLI@2
22
0 commit comments