Use vmImage ubuntu-22.04 and install aspire workload in Azure DevOps CI-CD pipeline (#1282)

* Install aspire workload in Azure DevOps CI-CD pipeline

* vmImage: 'ubuntu-22.04'
This commit is contained in:
Stef Heyenrath
2025-04-22 22:47:43 +02:00
committed by GitHub
parent 5abb424d3c
commit a8562fda32

View File

@@ -7,7 +7,7 @@ jobs:
- job: Linux_Build_Test_SonarCloud
pool:
vmImage: 'Ubuntu-latest'
vmImage: 'ubuntu-22.04'
steps:
- script: |
@@ -24,6 +24,10 @@ jobs:
dotnet tool install --global dotnet-coverage
displayName: 'Install dotnet tools'
- script: |
dotnet workload install aspire
displayName: 'Install aspire'
- task: PowerShell@2
displayName: "Use JDK17 by default"
inputs: