[Internal] Pipelines: Adds demands to ctl (#4562)

* update image

* image name

* fixing permissions

* using icacls

* demands

* linux

* image

* version

* override

* undo docker changes

* asking for windows 2019

* Revert official
This commit is contained in:
Matias Quaranta 2024-06-28 08:22:56 -07:00 коммит произвёл GitHub
Родитель 68f9725e43
Коммит 2f932da991
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -1,6 +1,3 @@
variables:
VmImage: 'ubuntu-latest'
jobs:
- job: BuildDockerImage
timeoutInMinutes: 20
@ -14,6 +11,8 @@ jobs:
pool:
name: 'OneES'
demands:
- ImageOverride -equals dotnet-ubuntu-latest
steps:
- checkout: self # self represents the repo where the initial Pipelines YAML file was found