Skip to content

Commit a0df465

Browse files
authored
Disable source index build step (#51710)
1 parent 4a8e960 commit a0df465

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.azure/pipelines/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@ variables:
6868
value: true
6969
- name: _UseHelixOpenQueues
7070
value: ${{ ne(variables['System.TeamProject'], 'internal') }}
71-
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}:
72-
- name: enableSourceIndex
73-
value: true
71+
# https://github.com/dotnet/aspnetcore/issues/51709
72+
#- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}:
73+
- name: enableSourceIndex
74+
value: false
7475
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
7576
- name: _BuildArgs
7677
value: /p:TeamName=$(_TeamName)

0 commit comments

Comments
 (0)