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 3054919 commit 94a2175Copy full SHA for 94a2175
azure-pipelines/prereqs.yml
@@ -19,6 +19,7 @@ steps:
19
displayName: 'Install .NET SDK'
20
inputs:
21
version: ${{ parameters.dotnetVersion }}
22
+ includePreviewVersions: true
23
24
- script: dotnet --info
25
displayName: Display dotnet info
0 commit comments