Skip to content

Commit 53dd3a2

Browse files
travis feedback
1 parent 6218532 commit 53dd3a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env pwsh
2+
# Copyright (c) Microsoft Corporation. All rights reserved.
3+
# Licensed under the MIT License.
4+
25
param(
36
[Parameter()]
47
[switch]
@@ -118,4 +121,4 @@ if ($Bootstrap) {
118121
if($Test) {
119122
Invoke-Build Test
120123
}
121-
}
124+
}

0 commit comments

Comments
 (0)