Skip to content

Commit 058591b

Browse files
authored
Disable source index temporarily to unblock signed builds (#78283)
1 parent c58a3d9 commit 058591b

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: true
104+
value: false
105105
- name: VSCodeOptimizationDataRoot
106106
value: $(Pipeline.Workspace)/profilingInputs/merged mibc
107107

0 commit comments

Comments
 (0)