script-launcher/dotnet-install-tool.ps1

2 lines
114 B
PowerShell
Raw Normal View History

2022-05-25 18:20:53 +02:00
dotnet pack ./src -o ./nupkg
dotnet tool install -g ScriptLauncher --add-source ./nupkg --ignore-failed-sources