diff --git a/dotnet-install-tool.ps1 b/dotnet-install-tool.ps1 new file mode 100644 index 0000000..4815a6d --- /dev/null +++ b/dotnet-install-tool.ps1 @@ -0,0 +1,2 @@ +dotnet pack ./src -o ./nupkg +dotnet tool install -g ScriptLauncher --add-source ./nupkg --ignore-failed-sources \ No newline at end of file diff --git a/src/ScriptLauncher.csproj b/src/ScriptLauncher.csproj index febac53..ac43673 100644 --- a/src/ScriptLauncher.csproj +++ b/src/ScriptLauncher.csproj @@ -6,6 +6,8 @@ enable enable 0.1.0 + true + script-launcher