chore: Make RunArgs first in BuildAndRun.ps1

To make specifying arguments easier.
pull/151/head
Robert Dailey 2 years ago
parent f5ac125fdc
commit 29da998997

@ -1,7 +1,7 @@
[CmdletBinding()] [CmdletBinding()]
param ( param (
[string] $Runtime = "linux-musl-x64", [string[]] $RunArgs,
[string[]] $RunArgs [string] $Runtime = "linux-musl-x64"
) )
$ErrorActionPreference = "Stop" $ErrorActionPreference = "Stop"

Loading…
Cancel
Save