mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
output change.
This commit is contained in:
parent
753a7b978d
commit
08dec494ce
13
dist/platforms/windows/build.ps1
vendored
13
dist/platforms/windows/build.ps1
vendored
@ -30,11 +30,6 @@ $Env:CUSTOM_BUILD_PATH="$Env:BUILD_PATH_FULL\$Env:BUILD_FILE"
|
|||||||
|
|
||||||
if ($null -ne ${env:PRIVATE_REGISTRY_TOKEN})
|
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"
|
Write-Output "Private registry token detected, creating .upmconfig.toml and .npmrc"
|
||||||
|
|
||||||
$UPM_CONFIG_TOML_PATH="$env:USERPROFILE\.upmconfig.toml"
|
$UPM_CONFIG_TOML_PATH="$env:USERPROFILE\.upmconfig.toml"
|
||||||
@ -49,14 +44,6 @@ token = "${env:PRIVATE_REGISTRY_TOKEN}"
|
|||||||
alwaysAuth = true
|
alwaysAuth = true
|
||||||
"@ | Set-Content -Path "$env:USERPROFILE\.upmconfig.toml"
|
"@ | 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:
|
# Set the build method, must reference one of:
|
||||||
|
Loading…
Reference in New Issue
Block a user