mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 15:35:20 +01:00
Mark Publish Node Modules outputs as production (#318028)
Mark node_module pipeline artifacts as production
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
artifactName: node-modules-macos-$(VSCODE_ARCH)-${{ lower(parameters.VSCODE_TEST_SUITE) }}-$(System.JobAttempt)
|
||||
displayName: Publish Node Modules
|
||||
sbomEnabled: false
|
||||
isProduction: false
|
||||
isProduction: true
|
||||
condition: failed()
|
||||
- output: pipelineArtifact
|
||||
targetPath: $(Build.SourcesDirectory)/.build/logs
|
||||
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
artifactName: node-modules-macos-$(VSCODE_ARCH)-$(System.JobAttempt)
|
||||
displayName: "Publish Node Modules"
|
||||
sbomEnabled: false
|
||||
isProduction: false
|
||||
isProduction: true
|
||||
condition: failed()
|
||||
- output: pipelineArtifact
|
||||
targetPath: $(Build.SourcesDirectory)/.build/logs
|
||||
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
artifactName: node-modules-linux-$(VSCODE_ARCH)-${{ lower(parameters.VSCODE_TEST_SUITE) }}-$(System.JobAttempt)
|
||||
displayName: Publish Node Modules
|
||||
sbomEnabled: false
|
||||
isProduction: false
|
||||
isProduction: true
|
||||
condition: failed()
|
||||
- output: pipelineArtifact
|
||||
targetPath: $(Build.SourcesDirectory)/.build/logs
|
||||
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
artifactName: node-modules-linux-$(VSCODE_ARCH)-$(System.JobAttempt)
|
||||
displayName: Publish Node Modules
|
||||
sbomEnabled: false
|
||||
isProduction: false
|
||||
isProduction: true
|
||||
condition: failed()
|
||||
- output: pipelineArtifact
|
||||
targetPath: $(Build.SourcesDirectory)/.build/logs
|
||||
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
artifactName: node-modules-windows-$(VSCODE_ARCH)-${{ lower(parameters.VSCODE_TEST_SUITE) }}-$(System.JobAttempt)
|
||||
displayName: Publish Node Modules
|
||||
sbomEnabled: false
|
||||
isProduction: false
|
||||
isProduction: true
|
||||
condition: failed()
|
||||
- output: pipelineArtifact
|
||||
targetPath: $(Build.SourcesDirectory)/.build/logs
|
||||
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
artifactName: node-modules-windows-$(VSCODE_ARCH)-$(System.JobAttempt)
|
||||
displayName: Publish Node Modules
|
||||
sbomEnabled: false
|
||||
isProduction: false
|
||||
isProduction: true
|
||||
condition: failed()
|
||||
- output: pipelineArtifact
|
||||
targetPath: $(Build.SourcesDirectory)/.build/logs
|
||||
|
||||
Reference in New Issue
Block a user