Skip to content

Commit

Permalink
Updating pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
NEllis280 committed Sep 14, 2022
1 parent 6ffe09b commit 24043d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stages:
- job: Package_Module
displayName: 'Package Module'
pool:
vmImage: 'ubuntu 18.04'
vmImage: 'ubuntu 20.04'
steps:
- pwsh: |
dotnet tool install --global GitVersion.Tool
Expand Down Expand Up @@ -157,7 +157,7 @@ stages:
displayName: 'Publish Code Coverage'
dependsOn: Test_Unit
pool:
vmImage: 'ubuntu 18.04'
vmImage: 'ubuntu 20.04'
timeoutInMinutes: 0
steps:
- pwsh: |
Expand Down Expand Up @@ -207,7 +207,7 @@ stages:
- job: Deploy_Module
displayName: 'Deploy Module'
pool:
vmImage: 'ubuntu 18.04'
vmImage: 'ubuntu 20.04'
steps:
- task: DownloadBuildArtifacts@0
displayName: 'Download Build Artifact'
Expand Down

0 comments on commit 24043d3

Please sign in to comment.