[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:
Родитель
68f9725e43
Коммит
2f932da991
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче