Skip to content

Commit

Permalink
Added telemetry exclusion for a new arcade script. (#3721)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haplois authored Jun 7, 2022
1 parent 67d7546 commit c1fd766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/configure-toolset.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
function Test-FilesUseTelemetryOutput {
$requireTelemetryExcludeFiles = @(
"enable-cross-org-publishing.ps1",
"performance-setup.ps1" )
"performance-setup.ps1",
"retain-build.ps1" )

$filesMissingTelemetry = Get-ChildItem -File -Recurse -Path "$PSScriptRoot\common" -Include "*.ps1" -Exclude $requireTelemetryExcludeFiles |
Where-Object { -Not( $_ | Select-String -Pattern "Write-PipelineTelemetryError" )}
Expand Down

0 comments on commit c1fd766

Please sign in to comment.