[RouteHelper] Add WaitForUnicastIP

This commit is contained in:
Connection Refused
2021-11-10 14:09:38 +08:00
parent f68ed1abf0
commit d3814ca945
8 changed files with 98 additions and 22 deletions

View File

@@ -19,7 +19,7 @@ param (
[Parameter()]
[bool]
$PublishReadyToRun = $True
$PublishReadyToRun = $False
)
Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
@@ -54,7 +54,7 @@ if ( -Not ( Test-Path ".\Netch\bin\$Configuration" ) ) {
-r 'win-x64' `
-p:Platform='x64' `
-p:SelfContained=$SelfContained `
-p:PublishTrimmed=$SelfContained `
-p:PublishTrimmed=$PublishReadyToRun `
-p:PublishSingleFile=$PublishSingleFile `
-p:PublishReadyToRun=$PublishReadyToRun `
-p:PublishReadyToRunShowWarnings=$PublishReadyToRun `