Specify windows for update galleries pipeline (#18540)

* Specify windows for update galleries pipeline

* cleanup
This commit is contained in:
Charles Gagnon 2022-02-23 10:52:54 -08:00 коммит произвёл GitHub
Родитель c510886a6a
Коммит f91be97436
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -1,3 +1,6 @@
pool:
vmImage: 'windows-latest'
trigger:
- release/extensions
- extensions/rc1
@ -28,8 +31,7 @@ steps:
condition: eq(variables['Build.SourceBranch'], 'refs/heads/release/extensions')
- powershell: |
git checkout extensions/rc1
git checkout extensions/rc1
displayName: 'Checkout RC1 branch'
condition: eq(variables['Build.SourceBranch'], 'refs/heads/extensions/rc1')