Skip to content

Commit 6f95afe

Browse files
authored
Revert "Disable source index build step (#51710)" (#52933)
This reverts commit a0df465.
1 parent 4b78107 commit 6f95afe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.azure/pipelines/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ variables:
6868
value: true
6969
- name: _UseHelixOpenQueues
7070
value: ${{ ne(variables['System.TeamProject'], 'internal') }}
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
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
7574
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
7675
- name: _BuildArgs
7776
value: /p:TeamName=$(_TeamName)

0 commit comments

Comments
 (0)