Skip to content

Commit

Permalink
chore: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Meissner committed Nov 15, 2024
1 parent 2afa3e6 commit 5885a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pipelines/templates/.builder-release-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ steps:
SYSTEM_TEAMPROJECT: $(System.TeamProject)
BUILD_RUN_NUMBER: $(Build.BuildNumber)
VHD_ARTIFACT_NAME: ${{ parameters.artifactName }}
DRY_RUN: $(DRY_RUN)

- task: PublishPipelineArtifact@0
condition: always()
Expand Down
1 change: 1 addition & 0 deletions vhdbuilder/packer/test-scan-and-cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ required_env_vars=(
"UMSI_CLIENT_ID"
"BUILD_RUN_NUMBER"
"VHD_ARTIFACT_NAME"
"DRY_RUN"
)

for v in "${required_env_vars[@]}"; do
Expand Down

0 comments on commit 5885a25

Please sign in to comment.