Skip to content

Commit

Permalink
fix: publish buld performance data on dry runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Bailey committed Apr 24, 2024
1 parent db376ae commit d90d901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/templates/.builder-release-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ steps:
artifactName: 'build-performance-data-${{ parameters.artifactName }}'
targetPath: 'vhd-build-performance-data.json'
displayName: Publish Build Performance Data
condition: and(succeeded(), eq(variables.DRY_RUN, 'False'))
condition: succeeded()
- bash: |
echo MODE=$(MODE) && \
PKR_RG_NAME="$(cat packer-output | grep "ResourceGroupName" | cut -d "'" -f 2 | head -1)" && \
Expand Down

0 comments on commit d90d901

Please sign in to comment.