diff --git a/.pipelines/templates/.builder-release-template.yaml b/.pipelines/templates/.builder-release-template.yaml index 07bef06aedb..4e43dc9b133 100644 --- a/.pipelines/templates/.builder-release-template.yaml +++ b/.pipelines/templates/.builder-release-template.yaml @@ -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)" && \