From 38cfd04b893e2b40af097d336bf137da6146e47d Mon Sep 17 00:00:00 2001 From: Gen Lu Date: Thu, 1 Jul 2021 10:10:26 -0700 Subject: [PATCH] Fix OptProf drop path in 16.10 We fixed the drop path a while ago in other branches but forgot about 16.10, and it's causing OptProf test to break after we inserted a new build from dnceng pipeline recently. Fixed it in this branch too just in case PR in VS that's fixing the drop issue: https://devdiv.visualstudio.com/DevDiv/_git/VS/pullrequest/335189 --- azure-pipelines-official.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index c99f0904a424e..91df7e50c4dd0 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -211,7 +211,7 @@ stages: ARTIFACTSERVICES_DROP_PAT: $(_DevDivDropAccessToken) inputs: dropServiceURI: 'https://devdiv.artifacts.visualstudio.com' - buildNumber: 'ProfilingInputs/DevDiv/$(Build.Repository.Name)/$(SourceBranchName)/$(Build.BuildNumber)' + buildNumber: 'ProfilingInputs/$(System.TeamProject)/$(Build.Repository.Name)/$(SourceBranchName)/$(Build.BuildNumber)' sourcePath: '$(Build.SourcesDirectory)\artifacts\OptProf\$(BuildConfiguration)\Data' toLowerCase: false usePat: false