From c11a28ef4247c3847f9df1de2574171401948e43 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Fri, 9 Feb 2024 13:40:57 -0700 Subject: [PATCH] Fix missing LocBin artifact on non-Windows agents --- azure-pipelines/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-pipelines/build.yml b/azure-pipelines/build.yml index b42c8d881..c07571b72 100644 --- a/azure-pipelines/build.yml +++ b/azure-pipelines/build.yml @@ -29,7 +29,6 @@ parameters: - build_logs - coverageResults - deployables - - LocBin - projectAssetsJson - symbols - testResults @@ -58,6 +57,10 @@ jobs: displayName: 📢 Publish VSInsertion-Windows targetPath: $(Build.ArtifactStagingDirectory)/VSInsertion-Windows artifactName: VSInsertion-Windows + - output: pipelineArtifact + displayName: 📢 Publish LocBin-Windows + targetPath: $(Build.ArtifactStagingDirectory)/LocBin-Windows + artifactName: LocBin-Windows - output: pipelineArtifact displayName: 📢 Publish InsertionOutputs targetPath: $(Build.ArtifactStagingDirectory)/InsertionOutputs