From e45ced455741668b07b89bef9cf3f72b56284a59 Mon Sep 17 00:00:00 2001 From: Andriy Svyryd Date: Wed, 1 Apr 2026 11:22:58 -0700 Subject: [PATCH] Rename artifact from PackageArtifacts to PackageArtifactsSbom --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ff26a2b1f..6f833b077 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -137,7 +137,7 @@ extends: displayName: Upload PackageArtifacts condition: and(succeeded(), notin(variables['Build.Reason'], 'PullRequest')) path: artifacts/packages/$(_BuildConfig)/Shipping - artifact: PackageArtifacts + artifact: PackageArtifactsSbom - ${{ if notin(variables['Build.Reason'], 'PullRequest') }}: - template: /eng/common/templates-official/post-build/post-build.yml@self parameters: