Skip to content

Commit d1a57af

Browse files
pwshBotjshigetomi
andauthored
[release/v7.5] Correct Capitalization Referencing Templates (PowerShell#25673)
Co-authored-by: Justin Chung <[email protected]>
1 parent 74af3bf commit d1a57af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pipelines/templates/release-symbols.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
ob_restore_phase: true # This ensures checkout is done at the beginning of the restore phase
3535

36-
- template: release-SetReleaseTagAndContainerName.yml
36+
- template: release-SetReleaseTagandContainerName.yml
3737

3838
- pwsh: |
3939
Get-ChildItem Env:

.pipelines/templates/release-upload-buildinfo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
ob_restore_phase: true # This ensures checkout is done at the beginning of the restore phase
4040

41-
- template: release-SetReleaseTagAndContainerName.yml
41+
- template: release-SetReleaseTagandContainerName.yml
4242

4343
- pwsh: |
4444
Get-ChildItem Env:

.pipelines/templates/release-validate-packagenames.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- checkout: self
1717
clean: true
1818

19-
- template: release-SetReleaseTagAndContainerName.yml
19+
- template: release-SetReleaseTagandContainerName.yml
2020

2121
- pwsh: |
2222
Get-ChildItem ENV:

0 commit comments

Comments
 (0)