mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
[RouteHelper] Add WaitForUnicastIP
This commit is contained in:
@@ -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 `
|
||||
|
||||
Reference in New Issue
Block a user