script-launcher/dotnet-install-tool.ps1

7 lines
207 B
PowerShell

dotnet pack ./src -o ./nupkg
$exists = $(Test-CommandExists script-launcher)
$action = $exists ? 'update' : 'install'
dotnet tool $action -g ScriptLauncher --add-source ./nupkg --ignore-failed-sources