script-launcher/dotnet-install-tool.ps1

2 lines
No EOL
114 B
PowerShell

dotnet pack ./src -o ./nupkg
dotnet tool install -g ScriptLauncher --add-source ./nupkg --ignore-failed-sources