Update azure-pipelines.yml

This commit is contained in:
Leonid Stryzhevskyi 2021-10-19 15:40:55 +03:00 committed by GitHub
parent 67859e2772
commit 243fa57119
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
jobs:
- job: ubuntu_20_04_mem_pool_on
displayName: 'Build - Ubuntu 16.04 - With Memory Pool'
displayName: 'Build - Ubuntu 20.04 - With Memory Pool'
continueOnError: false
pool:
vmImage: 'ubuntu-20.04'
@ -26,7 +26,7 @@ jobs:
workingDirectory: build
- job: ubuntu_20_04_mem_pool_off
displayName: 'Build - Ubuntu 16.04 - No Memory Pool'
displayName: 'Build - Ubuntu 20.04 - No Memory Pool'
continueOnError: false
pool:
vmImage: 'ubuntu-20.04'