Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/config/azure-pipelines/esrp-publish-rush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ parameters:
- name: CommitShaOverride
displayName: 'Commit SHA Override (for testing)'
type: string
default: ''
default: $(Build.SourceVersion)
Comment thread
TheLarkInn marked this conversation as resolved.

variables:
- name: FORCE_COLOR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ parameters:
- name: CommitShaOverride
displayName: 'Commit SHA Override (for testing)'
type: string
default: ''
default: $(Build.SourceVersion)

variables:
- name: FORCE_COLOR
Expand Down