Skip to content

Commit 0adf94c

Browse files
authored
Merge pull request #53730 from genlu/fixDrop
Fix optprof config drop path
2 parents 0eef599 + 951ecde commit 0adf94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-official.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ stages:
211211
ARTIFACTSERVICES_DROP_PAT: $(_DevDivDropAccessToken)
212212
inputs:
213213
dropServiceURI: 'https://devdiv.artifacts.visualstudio.com'
214-
buildNumber: 'ProfilingInputs/DevDiv/$(Build.Repository.Name)/$(SourceBranchName)/$(Build.BuildNumber)'
214+
buildNumber: 'ProfilingInputs/$(System.TeamProject)/$(Build.Repository.Name)/$(SourceBranchName)/$(Build.BuildNumber)'
215215
sourcePath: '$(Build.SourcesDirectory)\artifacts\OptProf\$(BuildConfiguration)\Data'
216216
toLowerCase: false
217217
usePat: false

0 commit comments

Comments
 (0)