Engineering - set isProduction for artifacts (#268870)

This commit is contained in:
Ladislau Szomoru
2025-09-29 16:27:51 +02:00
committed by GitHub
parent 6c76b64784
commit 12600f42c1
@@ -77,6 +77,7 @@ steps:
targetPath: ${{ parameters.targetPath }}
artifactName: $(ARTIFACT_NAME)
sbomEnabled: ${{ parameters.sbomEnabled }}
isProduction: ${{ parameters.sbomEnabled }}
${{ if ne(parameters.sbomBuildDropPath, '') }}:
sbomBuildDropPath: ${{ parameters.sbomBuildDropPath }}
${{ if ne(parameters.sbomPackageName, '') }}: