Update start-windows-containers.ps1
No need to build the .NET bits when using Docker Multi-Stage build, as we use now.
This commit is contained in:
parent
03c5063634
commit
76a1c8c967
@ -5,7 +5,7 @@
|
||||
Param(
|
||||
[parameter(Mandatory=$false)][string] $rootPath,
|
||||
[parameter(Mandatory=$false)][bool] $customEventBusLoginPassword=$false,
|
||||
[parameter(Mandatory=$false)][bool]$buildBits=$true
|
||||
[parameter(Mandatory=$false)][bool]$buildBits=$false
|
||||
)
|
||||
|
||||
$scriptPath = Split-Path $script:MyInvocation.MyCommand.Path
|
||||
|
Loading…
x
Reference in New Issue
Block a user