Skip to content

Commit d16cef5

Browse files
committed
Add local publish script
1 parent bb959ae commit d16cef5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Install-as-dotnet-tool.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$ToolName = "ExtLauncher"
2+
dotnet pack --configuration Release
3+
dotnet tool uninstall $ToolName --global
4+
dotnet tool install $ToolName --add-source .\$ToolName\nupkg\ --global

0 commit comments

Comments
 (0)