Updated the vmImage values

This commit is contained in:
Tim McCarthy 2020-01-26 16:09:46 -08:00
parent 3656c57b64
commit 39c03617a4
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ parameters:
jobs: jobs:
- job: Restore_Build_Publish_Job - job: Restore_Build_Publish_Job
pool: pool:
name: 'Hosted Ubuntu 1604' vmImage: 'ubuntu-16.04'
steps: steps:
- task: UseDotNet@2 - task: UseDotNet@2
displayName: 'Use .NET Core 3.1 SDK' displayName: 'Use .NET Core 3.1 SDK'

View File

@ -5,7 +5,7 @@ parameters:
jobs: jobs:
- job: Container_Build - job: Container_Build
pool: pool:
name: 'Hosted Ubuntu 1604' vmImage: 'windows-latest'
steps: steps:
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2 - task: redhat.openshift-vsts.oc-setup-task.oc-setup@2
displayName: 'oc-setup ' displayName: 'oc-setup '