Browse Source

Updated the vmImage values

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
39c03617a4
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      build/aro/webapp-build-artifacts.yml
  2. +1
    -1
      build/aro/webapp-container-build.yml

+ 1
- 1
build/aro/webapp-build-artifacts.yml View File

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


+ 1
- 1
build/aro/webapp-container-build.yml View File

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


Loading…
Cancel
Save