Skip to content

Commit e61404a

Browse files
authored
Fix manual ESRP publish pipeline runs (#5961)
Use the queued build source version as the non-empty default for the optional commit SHA override, allowing Azure DevOps to enable manual runs for both publish pipelines. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Co-authored-by: TheLarkInn <TheLarkInn@users.noreply.github.com> Copilot-Session: 4b8af35a-a354-47a4-803f-f77c9e057d67
1 parent ae8073b commit e61404a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

common/config/azure-pipelines/esrp-publish-rush.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ parameters:
2929
- name: CommitShaOverride
3030
displayName: 'Commit SHA Override (for testing)'
3131
type: string
32-
default: ''
32+
default: $(Build.SourceVersion)
3333

3434
variables:
3535
- name: FORCE_COLOR

common/config/azure-pipelines/esrp-publish-rushstack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ parameters:
2929
- name: CommitShaOverride
3030
displayName: 'Commit SHA Override (for testing)'
3131
type: string
32-
default: ''
32+
default: $(Build.SourceVersion)
3333

3434
variables:
3535
- name: FORCE_COLOR

0 commit comments

Comments
 (0)