Merged PR 784686: Fix non-1ESPT image demand in NPM Experimental pipeline

The `image` field doesn't work outside of 1ESPT
This commit is contained in:
Marcelo Lynch 🧉 2024-05-14 17:12:36 +00:00
Родитель 5380d614bb
Коммит c55cae0ebb
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -29,8 +29,9 @@ jobs:
displayName: Build linux NPM package (${{ parameters.Flavor }})
pool:
name: BuildXL-DevOpsAgents-Selfhost
image: linux-PME-GPT
os: linux
demands:
- ImageOverride -equals linux-PME-GPT
steps:
- checkout: BuildXL.Internal