Skip to content

Commit 2ecfaa7

Browse files
committed
Update desired signing parameter
1 parent e8b3f1e commit 2ecfaa7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/pipelines/templates/variables/vmr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ variables:
8686
- ${{ elseif eq(variables['Build.Reason'], 'PullRequest') }}:
8787
- name: signEnabled
8888
value: true
89-
# Pass sign on the internal project if the, branch is a main or release branch
89+
# Pass sign on the internal project if the, branch is a release branch
9090
- ${{ elseif and(eq(variables['System.TeamProject'], 'internal'), or(startsWith(variables['Build.SourceBranch'], 'refs/heads/internal/release/'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'))) }}:
9191
- name: signEnabled
9292
value: true

src/SourceBuild/content/eng/pipelines/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ parameters:
3333
- name: desiredSigning
3434
displayName: 'Sign?'
3535
type: string
36-
default: 'Default (unsigned for manual and non-main/release builds)'
36+
default: 'Default (unsigned for non release-branch builds)'
3737
values:
3838
- Signed
3939
- Unsigned
40-
- Default (unsigned for manual and non-main/release builds)
40+
- Default (unsigned for non release-branch builds)
4141

4242
- name: desiredIBC
4343
displayName: 'Enable IBC?'

0 commit comments

Comments
 (0)