Skip to content

Commit 6936ad6

Browse files
Don't set OfficialBuildId in non-official builds (#4892)
1 parent 5ddf927 commit 6936ad6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

azure-pipelines-PR.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,6 @@ variables:
2020
# Skip Running CI tests
2121
- name: SkipTests
2222
value: false
23-
# Set Official Build Id
24-
- name: OfficialBuildId
25-
value: $(Build.BuildNumber)
26-
- ${{ if or(startswith(variables['Build.SourceBranch'], 'refs/heads/release/'), startswith(variables['Build.SourceBranch'], 'refs/heads/internal/release/'), eq(variables['Build.Reason'], 'Manual')) }}:
27-
- name: PostBuildSign
28-
value: false
29-
- ${{ else }}:
30-
- name: PostBuildSign
31-
value: true
32-
3323
# Produce test-signed build for PR and Public builds
3424
- name: SignType
3525
value: test

0 commit comments

Comments
 (0)