diff --git a/dist/platforms/windows/build.ps1 b/dist/platforms/windows/build.ps1 index 7504bfcd..be5a7115 100644 --- a/dist/platforms/windows/build.ps1 +++ b/dist/platforms/windows/build.ps1 @@ -30,11 +30,6 @@ $Env:CUSTOM_BUILD_PATH="$Env:BUILD_PATH_FULL\$Env:BUILD_FILE" if ($null -ne ${env:PRIVATE_REGISTRY_TOKEN}) { - Write-Output "" - Write-Output "###########################" - Write-Output "# Private Registry #" - Write-Output "###########################" - Write-Output "" Write-Output "Private registry token detected, creating .upmconfig.toml and .npmrc" $UPM_CONFIG_TOML_PATH="$env:USERPROFILE\.upmconfig.toml" @@ -49,14 +44,6 @@ token = "${env:PRIVATE_REGISTRY_TOKEN}" alwaysAuth = true "@ | Set-Content -Path "$env:USERPROFILE\.upmconfig.toml" } -else -{ - Write-Output "" - Write-Output "###########################" - Write-Output "# Test Test #" - Write-Output "###########################" - Write-Output "" -} # # Set the build method, must reference one of: