Skip to content

Commit

Permalink
[tools] use release config for tool installation
Browse files Browse the repository at this point in the history
Update sample tool install script to use Release build
  • Loading branch information
corytodd committed Aug 24, 2021
1 parent fd72c37 commit 07d1a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_as_tool.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools-how-to-use
rm ./dist/*.nupkg
dotnet pack Walrus.CLI
dotnet pack Walrus.CLI --configuration Release
dotnet tool uninstall --global corytodd.us.walrusc
dotnet tool install --global --add-source ./dist corytodd.us.walrusc

0 comments on commit 07d1a8d

Please sign in to comment.