diff --git a/eng/common/scripts/copy-docs-to-blobstorage.ps1 b/eng/common/scripts/copy-docs-to-blobstorage.ps1 index c0590e2c9efc..c10f155496e0 100644 --- a/eng/common/scripts/copy-docs-to-blobstorage.ps1 +++ b/eng/common/scripts/copy-docs-to-blobstorage.ps1 @@ -208,7 +208,7 @@ function Upload-Blobs $fileContent = Get-Content -Path $htmlFile -Raw $updatedFileContent = $fileContent -replace $RepoReplaceRegex, "`${1}$ReleaseTag" if ($updatedFileContent -ne $fileContent) { - Set-Content -Path $htmlFile -Value $updatedFileContent + Set-Content -Path $htmlFile -Value $updatedFileContent -NoNewLine } } }