mirror of
https://github.com/m-lamonaca/script-launcher.git
synced 2025-04-05 18:06:28 +00:00
7 lines
207 B
PowerShell
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
|
|
|