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:
Cesar De la Torre 2018-01-04 16:41:21 -08:00 committed by GitHub
parent 03c5063634
commit 76a1c8c967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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