Skip to content

Commit

Permalink
Update Azure Pipelines OS & SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Nov 19, 2023
1 parent b8954fa commit 833b21d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
strategy:
matrix:
linux:
imageName: 'ubuntu-20.04'
imageName: 'ubuntu-latest'
mac:
imageName: 'macos-10.15'
imageName: 'macos-latest'
windows:
imageName: 'windows-2022'
imageName: 'windows-latest'

pool:
vmImage: $(imageName)

steps:
- task: UseDotNet@2
displayName: 'Use .NET SDK 6.0.x'
inputs:
packageType: sdk
version: '6.0.x'

- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
inputs:
Expand Down

0 comments on commit 833b21d

Please sign in to comment.