Skip to content

Commit 833b21d

Browse files
committed
Update Azure Pipelines OS & SDK
1 parent b8954fa commit 833b21d

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

azure-pipelines.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
strategy:
22
matrix:
33
linux:
4-
imageName: 'ubuntu-20.04'
4+
imageName: 'ubuntu-latest'
55
mac:
6-
imageName: 'macos-10.15'
6+
imageName: 'macos-latest'
77
windows:
8-
imageName: 'windows-2022'
8+
imageName: 'windows-latest'
99

1010
pool:
1111
vmImage: $(imageName)
1212

1313
steps:
14+
- task: UseDotNet@2
15+
displayName: 'Use .NET SDK 6.0.x'
16+
inputs:
17+
packageType: sdk
18+
version: '6.0.x'
19+
1420
- task: UseDotNet@2
1521
displayName: 'Use .NET Core sdk'
1622
inputs:

0 commit comments

Comments
 (0)