Mother2GbaTranslation/build-tools.ps1

6 lines
158 B
PowerShell

$pwd = Get-Location
$pwd = $pwd.Path
& dotnet build tools/ScriptTool -o "$([IO.Path]::Combine($pwd, "bin/ScriptTool"))"
if ($LASTEXITCODE -ne 0) { exit -1 }