Skip to content

Commit 62c3671

Browse files
authored
Reenable source indexing (#78352)
Source index issue should be fixed in #78335
2 parents e7c2a32 + 4d2b61e commit 62c3671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ variables:
101101

102102
- ${{ if and(notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}:
103103
- name: enableSourceIndex
104-
value: false
104+
value: true
105105
- name: VSCodeOptimizationDataRoot
106106
value: $(Pipeline.Workspace)/profilingInputs/merged mibc
107107

0 commit comments

Comments
 (0)