Skip to content

Commit

Permalink
Enable source indexing for internal builds (#5489)
Browse files Browse the repository at this point in the history
  • Loading branch information
mconnew authored Apr 9, 2024
1 parent 336ce1b commit 03c88ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines-arcade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ extends:
enablePublishBuildAssets: true
enablePublishUsingPipelines: $(_PublishUsingPipelines)
enableTelemetry: true
enableSourceIndex: ${{ eq(variables['Build.SourceBranch'], 'refs/heads/main') }}
helixRepo: dotnet/wcf
jobs:
- job: Windows
Expand Down

0 comments on commit 03c88ea

Please sign in to comment.