mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-18 07:00:04 +02:00
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:
@@ -7,7 +7,7 @@ jobs:
|
|||||||
- job: Linux_Build_Test_SonarCloud
|
- job: Linux_Build_Test_SonarCloud
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'Ubuntu-latest'
|
vmImage: 'ubuntu-22.04'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- script: |
|
- script: |
|
||||||
@@ -24,6 +24,10 @@ jobs:
|
|||||||
dotnet tool install --global dotnet-coverage
|
dotnet tool install --global dotnet-coverage
|
||||||
displayName: 'Install dotnet tools'
|
displayName: 'Install dotnet tools'
|
||||||
|
|
||||||
|
- script: |
|
||||||
|
dotnet workload install aspire
|
||||||
|
displayName: 'Install aspire'
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: "Use JDK17 by default"
|
displayName: "Use JDK17 by default"
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user