Skip to content

Commit

Permalink
output change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun-Fong committed Aug 31, 2024
1 parent 753a7b9 commit 08dec49
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions dist/platforms/windows/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:
Expand Down

0 comments on commit 08dec49

Please sign in to comment.