Browse Source
Update start-windows-containers.ps1
No need to build the .NET bits when using Docker Multi-Stage build, as we use now.
pull/457/merge
Cesar De la Torre
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
cli-windows/start-windows-containers.ps1
|
|
@ -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 |
|
|
|