From 3673c44615c3077e76c7a1d90e52b2e6f6b80838 Mon Sep 17 00:00:00 2001 From: Tian L <60599517+tian-lt@users.noreply.github.com> Date: Thu, 13 Jul 2023 00:41:30 +0800 Subject: [PATCH] port the fix for symbol collision (#2027) --- build/pipelines/templates/build-single-architecture.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build/pipelines/templates/build-single-architecture.yaml b/build/pipelines/templates/build-single-architecture.yaml index faddea26..e65bbab2 100644 --- a/build/pipelines/templates/build-single-architecture.yaml +++ b/build/pipelines/templates/build-single-architecture.yaml @@ -97,7 +97,6 @@ jobs: searchPattern: '**/*.pdb' symbolServerType: teamServices treatNotIndexedAsWarning: true - symbolsArtifactName: $(System.teamProject)/$(Build.BuildNumber)_$(BuildPlatform)$(BuildConfiguration) - task: CopyFiles@2 displayName: Copy Files for BinSkim analysis