From a834456cc13b55687f6bf8edbda4bab053291551 Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Mon, 8 Oct 2018 10:51:04 -0700 Subject: [PATCH] [Ignore] Make build.ps1 work when no params given --- build.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/build.ps1 b/build.ps1 index 73159c40a4..3f8a20d416 100644 --- a/build.ps1 +++ b/build.ps1 @@ -2,6 +2,7 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. +[CmdletBinding(DefaultParameterSetName = "Build")] param( [Parameter(ParameterSetName="Bootstrap")] [switch]