Skip to content

Commit

Permalink
fix name of releasePhase.yml file that will be called
Browse files Browse the repository at this point in the history
  • Loading branch information
anamnavi committed Apr 22, 2024
1 parent 73eca4c commit 6d5b032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/buildHelper/buildHelper.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ function Get-TemplatePopulatedYaml {
$architecture = "arm64" # we need to use hostArchicture arm64 for pool for arm32
}

Add-Content -Path $YamlFilePath -Value "$($doubleSpace)- template: /.vsts-ci/newReleasePhase.yml@self"
Add-Content -Path $YamlFilePath -Value "$($doubleSpace)- template: /.vsts-ci/releasePhase.yml@self"
Add-Content -Path $YamlFilePath -Value "$($fourSpace)parameters:"
Add-Content -Path $YamlFilePath -Value "$($sixSpace)archName: '$archBasedJobName'" # ie: Build_Linux_arm32
Add-Content -Path $YamlFilePath -Value "$($sixSpace)imageName: $imageName" # ie. imageName: alpine317\test-deps (since this differs from artifactSuffix for test-deps images only, we have a separate entry as the yaml param)
Expand Down

0 comments on commit 6d5b032

Please sign in to comment.