Skip to content

Commit 8ea9a7f

Browse files
Use live OptProf data again (#8790)
Return to using recently-produced OptProf data in official builds rather than the last snapshot of the old collected data. This was enabled with #8737 but we hadn't turned it on yet. This reverts commit d434c0e (#8497).
1 parent 22b2e78 commit 8ea9a7f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.vsts-dotnet.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,9 @@ variables:
2323
- name: SourceBranch
2424
value: $(IbcSourceBranchName)
2525
# If we're not on a vs* branch, use main as our optprof collection branch
26-
# NOTE: the code is temporarily fixed. For the branches that should use opt-prof from the main branch we should use the latest working Opt-Prof collected from main 20230217.4.
2726
- ${{ if not(startsWith(variables['Build.SourceBranch'], 'refs/heads/vs')) }}:
28-
- name: OptProfDrop
29-
value: 'OptimizationData/DotNet-msbuild-Trusted/main/20230217.4/7352286/1'
3027
- name: SourceBranch
31-
value: ''
28+
value: main
3229
# if OptProfDropName is set as a parameter, set OptProfDrop to the parameter and unset SourceBranch
3330
- ${{ if ne(parameters.OptProfDropName, 'default') }}:
3431
- name: OptProfDrop

0 commit comments

Comments
 (0)