Skip to content

Commit ea2d0f3

Browse files
authored
Merge pull request #801 from andyleejordan/shebang
Add shebang to build.ps1 so it's runnable
2 parents 26d226a + 9da7371 commit ea2d0f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.ps1

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env pwsh
2+
13
# Copyright (c) Microsoft Corporation.
24
# Licensed under the MIT License.
35

0 commit comments

Comments
 (0)