Skip to content

Commit 8616453

Browse files
authored
{CI} Use CFS in LTS release (#30554)
1 parent c824dfb commit 8616453

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trigger:
77
include:
88
- '*'
99
exclude:
10-
- 'release'
10+
- 'release*'
1111

1212
pr:
1313
branches:
@@ -210,7 +210,7 @@ jobs:
210210
artifactName: metadata
211211

212212
- task: PipAuthenticate@1
213-
condition: eq(variables['Build.SourceBranch'], 'refs/heads/release')
213+
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/release')
214214
displayName: 'Pip Authenticate'
215215
inputs:
216216
artifactFeeds: $(AZURE_ARTIFACTS_FEEDS)
@@ -254,7 +254,7 @@ jobs:
254254
artifactName: metadata
255255

256256
- task: PipAuthenticate@1
257-
condition: eq(variables['Build.SourceBranch'], 'refs/heads/release')
257+
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/release')
258258
displayName: 'Pip Authenticate'
259259
inputs:
260260
artifactFeeds: $(AZURE_ARTIFACTS_FEEDS)
@@ -444,7 +444,7 @@ jobs:
444444
versionSpec: 3.12
445445

446446
- task: PipAuthenticate@1
447-
condition: eq(variables['Build.SourceBranch'], 'refs/heads/release')
447+
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/release')
448448
displayName: 'Pip Authenticate'
449449
inputs:
450450
artifactFeeds: $(AZURE_ARTIFACTS_FEEDS)
@@ -732,7 +732,7 @@ jobs:
732732
displayName: Install Docker
733733

734734
- task: PipAuthenticate@1
735-
condition: eq(variables['Build.SourceBranch'], 'refs/heads/release')
735+
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/release')
736736
displayName: 'Pip Authenticate'
737737
inputs:
738738
artifactFeeds: $(AZURE_ARTIFACTS_FEEDS)
@@ -828,7 +828,7 @@ jobs:
828828
- bash: ./scripts/ci/install_docker.sh
829829
displayName: Install Docker
830830
- task: PipAuthenticate@1
831-
condition: eq(variables['Build.SourceBranch'], 'refs/heads/release')
831+
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/release')
832832
displayName: 'Pip Authenticate'
833833
inputs:
834834
artifactFeeds: $(AZURE_ARTIFACTS_FEEDS)
@@ -950,7 +950,7 @@ jobs:
950950
- bash: ./scripts/ci/install_docker.sh
951951
displayName: Install Docker
952952
- task: PipAuthenticate@1
953-
condition: eq(variables['Build.SourceBranch'], 'refs/heads/release')
953+
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/release')
954954
displayName: 'Pip Authenticate'
955955
inputs:
956956
artifactFeeds: $(AZURE_ARTIFACTS_FEEDS)

0 commit comments

Comments
 (0)