From 4d2b61ef5404384f15ca77c52d3ac1fbd8d93abf Mon Sep 17 00:00:00 2001 From: David Barbet Date: Mon, 28 Apr 2025 10:37:07 -0700 Subject: [PATCH] Reenable source indexing Source index issue should be fixed in https://github.com/dotnet/roslyn/pull/78335 --- azure-pipelines-official.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 8007730d6e721..f4baa8afe2f78 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -101,7 +101,7 @@ variables: - ${{ if and(notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}: - name: enableSourceIndex - value: false + value: true - name: VSCodeOptimizationDataRoot value: $(Pipeline.Workspace)/profilingInputs/merged mibc