Skip to content

Commit f344680

Browse files
gfraiteurclaude
andcommitted
Fix DockerBuild.ps1 placeholders not being replaced
The previous commit incorrectly copied the template file with <ENG_PATH> and <ENVIRONMENT_VARIABLES> placeholders instead of the generated values. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 170bf9c commit f344680

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DockerBuild.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ param(
2828

2929
####
3030
# These settings are replaced by the generate-scripts command.
31-
$EngPath = '<ENG_PATH>'
32-
$EnvironmentVariables = '<ENVIRONMENT_VARIABLES>'
31+
$EngPath = 'eng'
32+
$EnvironmentVariables = 'AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY,AZ_IDENTITY_USERNAME,AZURE_CLIENT_ID,AZURE_CLIENT_SECRET,AZURE_DEVOPS_TOKEN,AZURE_DEVOPS_USER,AZURE_TENANT_ID,DOC_API_KEY,DOWNLOADS_API_KEY,ENG_USERNAME,GIT_USER_EMAIL,GIT_USER_NAME,GITHUB_AUTHOR_EMAIL,GITHUB_REVIEWER_TOKEN,GITHUB_TOKEN,IS_POSTSHARP_OWNED,IS_TEAMCITY_AGENT,MetalamaLicense,NUGET_ORG_API_KEY,PostSharpLicense,SIGNSERVER_SECRET,TEAMCITY_CLOUD_TOKEN,TYPESENSE_API_KEY,VS_MARKETPLACE_ACCESS_TOKEN,VSS_NUGET_EXTERNAL_FEED_ENDPOINTS'
3333
####
3434

3535
$ErrorActionPreference = "Stop"

0 commit comments

Comments
 (0)