We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9cd319 commit 2939995Copy full SHA for 2939995
eng/scripts/Export-API.ps1
@@ -56,7 +56,6 @@ if ($LASTEXITCODE) {
56
# Normalize line endings to LF in generated API listing files
57
Write-Host "Normalizing line endings in API listing files"
58
$apiListingFiles = Get-ChildItem -Path $apiListingFilesFilter
59
-$apiListingFiles | Write-Host
60
foreach ($file in $apiListingFiles) {
61
$content = Get-Content -Path $file.FullName -Raw
62
if ($content) {
0 commit comments