Commit Graph

2 Commits

Author SHA1 Message Date
Alexander Smarus
065ebc4a86 utils: adjust build.ps1 help invocation in helper launcher
As the helper script could (and probably always would) be launched from
a directory outside of the source tree, it is convenient to use an absolute path
in Get-Help invocation, just like we do in the `build.ps1` invocation below.
Also, quoting might be necessary for paths with spaces.
2023-11-07 16:09:36 +02:00
Saleem Abdulrasool
93b20aa985 utils: add a helper to launch build.ps1
When using build.ps1 as a developer, we may be working in a shell that
does not have the ability to run the PowerShell script due to signing.
Add a little helper that launches the script properly to not require the
user to disable code signature on scripts.
2023-10-31 14:49:46 -07:00