Skip to content

Commit 03c88ea

Browse files
authored
Enable source indexing for internal builds (#5489)
1 parent 336ce1b commit 03c88ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines-arcade.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ extends:
5858
enablePublishBuildAssets: true
5959
enablePublishUsingPipelines: $(_PublishUsingPipelines)
6060
enableTelemetry: true
61+
enableSourceIndex: ${{ eq(variables['Build.SourceBranch'], 'refs/heads/main') }}
6162
helixRepo: dotnet/wcf
6263
jobs:
6364
- job: Windows

0 commit comments

Comments
 (0)