Browse Source

Update azure-pipelines.yml (#18876)

pull/18892/head
Maxwell Katz 9 months ago
committed by GitHub
parent
commit
6617a1f0fb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      azure-pipelines.yml

4
azure-pipelines.yml

@ -2,7 +2,7 @@ jobs:
- job: GetPRNumber
pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-22.04'
variables:
SolutionDir: '$(Build.SourcesDirectory)'
steps:
@ -23,7 +23,7 @@ jobs:
- job: Linux
pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-22.04'
steps:
- task: UseDotNet@2
displayName: 'Use .NET 6.0 Runtime'

Loading…
Cancel
Save