mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
ci: make artifact name unique for cpuprofile (#263543)
This commit is contained in:
@@ -321,7 +321,7 @@ steps:
|
||||
- task: 1ES.PublishPipelineArtifact@1
|
||||
inputs:
|
||||
targetPath: .build/node-cpuprofile
|
||||
artifactName: node-cpuprofile-$(VSCODE_ARCH)
|
||||
artifactName: $(ARTIFACT_PREFIX)node-cpuprofile-$(VSCODE_ARCH)
|
||||
sbomEnabled: false
|
||||
condition: succeededOrFailed()
|
||||
displayName: Publish Codesign cpu profile
|
||||
|
||||
Reference in New Issue
Block a user