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
Temporary opt-prof fix: use old opt-prof from 20230217.4 (#8497)
This should temporarily fix our build pipeline.
All the branches except those which starts with `vs` will use the latest good OptProf data from main branch (hardcoded opt-prof from 20230217.4).
Copy file name to clipboardExpand all lines: .vsts-dotnet.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,12 @@ 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.
26
27
- ${{ if not(startsWith(variables['Build.SourceBranch'], 'refs/heads/vs')) }}:
0 commit comments