mirror of
https://github.com/microsoft/terminal.git
synced 2026-04-06 14:19:45 +00:00
We have to run in an older OneBranch Windows container image due to compiler bugs. This change prevents us from having to wait for the container image to download for build legs that _aren't_ using the compiler.
8 lines
203 B
YAML
8 lines
203 B
YAML
parameters:
|
|
- name: containerVersion
|
|
type: string
|
|
default: latest
|
|
|
|
variables:
|
|
WindowsContainerImage: 'onebranch.azurecr.io/windows/ltsc2022/vse2022:${{ parameters.containerVersion }}'
|