Specify windows for update galleries pipeline (#18540)
* Specify windows for update galleries pipeline * cleanup
This commit is contained in:
Родитель
c510886a6a
Коммит
f91be97436
|
@ -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')
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче