Skip to content

Commit

Permalink
Fix azure pipelines "... image label ... Ubuntu16 does not exist."
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Nov 7, 2021
1 parent 78f10d9 commit b185bbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines-nativeassets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ stages:
- stage: NBGV
jobs:
- job: NBGV
pool:
vmImage: 'ubuntu-latest'
steps:
- template: build/steps/nbgv.yml

Expand Down
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ stages:
- stage: NBGV
jobs:
- job: NBGV
pool:
vmImage: 'ubuntu-latest'
steps:
- template: build/steps/nbgv.yml

Expand Down

0 comments on commit b185bbf

Please sign in to comment.