Skip to content

Commit f5ada0e

Browse files
committed
Make build.ps1 executable
Make build.ps1 executable (chmod +x) and execute using `/usr/bin/env` so the `PATH` is taken into consideration when finding the `pwsh` binary.
1 parent 51e9905 commit f5ada0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/pwsh
1+
#!/usr/bin/env pwsh
22
<#
33
.PARAMETER Stage
44
The build stage to execute.

0 commit comments

Comments
 (0)