From 4a31639f5f6e1ba6f2521ca73430f3d59eb97524 Mon Sep 17 00:00:00 2001 From: Robo Date: Wed, 27 Aug 2025 16:38:20 +0900 Subject: [PATCH] ci: make artifact name unique for cpuprofile (#263543) --- build/azure-pipelines/win32/product-build-win32.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines/win32/product-build-win32.yml b/build/azure-pipelines/win32/product-build-win32.yml index 5063d429d99..2e7a18b8f5c 100644 --- a/build/azure-pipelines/win32/product-build-win32.yml +++ b/build/azure-pipelines/win32/product-build-win32.yml @@ -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