Skip to content

Commit 3deee9f

Browse files
authored
[Ignore] Make build.ps1 work when no params given (#1566)
1 parent 7350d23 commit 3deee9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# Licensed under the MIT License.
44

5+
[CmdletBinding(DefaultParameterSetName = "Build")]
56
param(
67
[Parameter(ParameterSetName="Bootstrap")]
78
[switch]

0 commit comments

Comments
 (0)