Skip to content

Commit 52c0fcb

Browse files
committed
Ensure tests use 8.0.10 runtime
1 parent b2526a8 commit 52c0fcb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

azure-pipelines/prereqs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ steps:
1717
# So we avoid installing .NET in those cases.
1818
- ${{ if eq(parameters.installDotNet, true) }}:
1919
- task: UseDotNet@2
20-
displayName: 'Install .NET Core SDKs'
20+
displayName: 'Install .NET SDK'
2121
inputs:
22-
version: '8.x'
22+
version: '8.0.403'
2323

2424
- script: dotnet --info
2525
displayName: Display dotnet info

azure-pipelines/test-matrix.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
steps:
2525
- template: /azure-pipelines/test.yml@self
2626
parameters:
27-
# Prefer the dotnet from the container.
28-
installDotNet: false
27+
installDotNet: true
2928
installAdditionalLinuxDependencies: true
3029
npmCommand: $(npmCommand)

0 commit comments

Comments
 (0)