2022-05-25 18:20:53 +02:00
|
|
|
|
dotnet pack ./src -o ./nupkg
|
2022-06-10 17:10:41 +02:00
|
|
|
|
|
|
|
|
|
$exists = $(Test-CommandExists script-launcher)
|
|
|
|
|
$action = $exists ? 'update' : 'install'
|
|
|
|
|
|
|
|
|
|
dotnet tool $action -g ScriptLauncher --add-source ./nupkg --ignore-failed-sources
|
|
|
|
|
|