output change.

This commit is contained in:
Shaun-Fong 2024-08-31 16:19:10 +08:00
parent 753a7b978d
commit 08dec494ce

View File

@ -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: