|
7 | 7 | include: |
8 | 8 | - '*' |
9 | 9 | exclude: |
10 | | - - 'release' |
| 10 | + - 'release*' |
11 | 11 |
|
12 | 12 | pr: |
13 | 13 | branches: |
@@ -210,7 +210,7 @@ jobs: |
210 | 210 | artifactName: metadata |
211 | 211 |
|
212 | 212 | - task: PipAuthenticate@1 |
213 | | - condition: eq(variables['Build.SourceBranch'], 'refs/heads/release') |
| 213 | + condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/release') |
214 | 214 | displayName: 'Pip Authenticate' |
215 | 215 | inputs: |
216 | 216 | artifactFeeds: $(AZURE_ARTIFACTS_FEEDS) |
@@ -254,7 +254,7 @@ jobs: |
254 | 254 | artifactName: metadata |
255 | 255 |
|
256 | 256 | - task: PipAuthenticate@1 |
257 | | - condition: eq(variables['Build.SourceBranch'], 'refs/heads/release') |
| 257 | + condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/release') |
258 | 258 | displayName: 'Pip Authenticate' |
259 | 259 | inputs: |
260 | 260 | artifactFeeds: $(AZURE_ARTIFACTS_FEEDS) |
@@ -444,7 +444,7 @@ jobs: |
444 | 444 | versionSpec: 3.12 |
445 | 445 |
|
446 | 446 | - task: PipAuthenticate@1 |
447 | | - condition: eq(variables['Build.SourceBranch'], 'refs/heads/release') |
| 447 | + condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/release') |
448 | 448 | displayName: 'Pip Authenticate' |
449 | 449 | inputs: |
450 | 450 | artifactFeeds: $(AZURE_ARTIFACTS_FEEDS) |
@@ -732,7 +732,7 @@ jobs: |
732 | 732 | displayName: Install Docker |
733 | 733 |
|
734 | 734 | - task: PipAuthenticate@1 |
735 | | - condition: eq(variables['Build.SourceBranch'], 'refs/heads/release') |
| 735 | + condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/release') |
736 | 736 | displayName: 'Pip Authenticate' |
737 | 737 | inputs: |
738 | 738 | artifactFeeds: $(AZURE_ARTIFACTS_FEEDS) |
@@ -828,7 +828,7 @@ jobs: |
828 | 828 | - bash: ./scripts/ci/install_docker.sh |
829 | 829 | displayName: Install Docker |
830 | 830 | - task: PipAuthenticate@1 |
831 | | - condition: eq(variables['Build.SourceBranch'], 'refs/heads/release') |
| 831 | + condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/release') |
832 | 832 | displayName: 'Pip Authenticate' |
833 | 833 | inputs: |
834 | 834 | artifactFeeds: $(AZURE_ARTIFACTS_FEEDS) |
@@ -950,7 +950,7 @@ jobs: |
950 | 950 | - bash: ./scripts/ci/install_docker.sh |
951 | 951 | displayName: Install Docker |
952 | 952 | - task: PipAuthenticate@1 |
953 | | - condition: eq(variables['Build.SourceBranch'], 'refs/heads/release') |
| 953 | + condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/release') |
954 | 954 | displayName: 'Pip Authenticate' |
955 | 955 | inputs: |
956 | 956 | artifactFeeds: $(AZURE_ARTIFACTS_FEEDS) |
|
0 commit comments