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
parent
commit
76a1c8c967
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cli-windows/start-windows-containers.ps1

+ 1
- 1
cli-windows/start-windows-containers.ps1 View File

@ -5,7 +5,7 @@
Param( Param(
[parameter(Mandatory=$false)][string] $rootPath, [parameter(Mandatory=$false)][string] $rootPath,
[parameter(Mandatory=$false)][bool] $customEventBusLoginPassword=$false, [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 $scriptPath = Split-Path $script:MyInvocation.MyCommand.Path


Loading…
Cancel
Save