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 b2526a8 commit 52c0fcbCopy full SHA for 52c0fcb
azure-pipelines/prereqs.yml
@@ -17,9 +17,9 @@ steps:
17
# So we avoid installing .NET in those cases.
18
- ${{ if eq(parameters.installDotNet, true) }}:
19
- task: UseDotNet@2
20
- displayName: 'Install .NET Core SDKs'
+ displayName: 'Install .NET SDK'
21
inputs:
22
- version: '8.x'
+ version: '8.0.403'
23
24
- script: dotnet --info
25
displayName: Display dotnet info
azure-pipelines/test-matrix.yml
@@ -24,7 +24,6 @@ jobs:
steps:
- template: /azure-pipelines/test.yml@self
26
parameters:
27
- # Prefer the dotnet from the container.
28
- installDotNet: false
+ installDotNet: true
29
installAdditionalLinuxDependencies: true
30
npmCommand: $(npmCommand)
0 commit comments