mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Engineering - set isProduction for artifacts (#268870)
This commit is contained in:
@@ -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, '') }}:
|
||||
|
||||
Reference in New Issue
Block a user