Skip to content

Commit 9ec06ae

Browse files
authored
Correct Capitalization Referencing Templates (PowerShell#25669)
1 parent 8185a7f commit 9ec06ae

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: | Out-String -width 9999 -Stream | write-Verbose -Verbose

.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: | Out-String -width 9999 -Stream | write-Verbose -Verbose

.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: | Out-String -width 9999 -Stream | write-Verbose -Verbose

0 commit comments

Comments
 (0)