You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Copy file name to clipboardExpand all lines: .vsts-dotnet.yml
+1-4
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,9 @@ variables:
23
23
- name: SourceBranch
24
24
value: $(IbcSourceBranchName)
25
25
# 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.
27
26
- ${{ if not(startsWith(variables['Build.SourceBranch'], 'refs/heads/vs')) }}:
0 commit comments