Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 4289316

Browse files
authored
Removed additional definition for 'CustomCondition' in analyze-aot-compact.yml (#642)
1 parent abcaad9 commit 4289316

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

eng/pipelines/templates/steps/analyze-aot-compact.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ steps:
3434
3535
- template: /eng/common/pipelines/templates/steps/publish-1es-artifact.yml
3636
parameters:
37-
CustomCondition: and(succeeded(), eq(variables['ShouldPublishArtifact'], 'true'))
37+
CustomCondition: and(succeeded(), eq(variables['ShouldPublishArtifact'], 'true'), eq(variables['AOTReportExists'], 'true'))
3838
ArtifactPath: ${{ parameters.sourceDirectory }}/.work/aotCompactReport
3939
ArtifactName: AOTCompatibilityReport
4040
SbomEnabled: ${{ ne(variables['Build.Reason'], 'PullRequest') }}
41-
CustomCondition: eq(variables['AOTReportExists'], 'true')

0 commit comments

Comments
 (0)