Skip to content

Instantly share code, notes, and snippets.

@domingoladron
Created August 20, 2019 08:43
Show Gist options
  • Select an option

  • Save domingoladron/ed9e9d0c92b2c82e87a5a4d587afd230 to your computer and use it in GitHub Desktop.

Select an option

Save domingoladron/ed9e9d0c92b2c82e87a5a4d587afd230 to your computer and use it in GitHub Desktop.
dotnet-tool-create-package
D:\Dev\github\DotNetTool.SayHowdy>dotnet pack
Microsoft (R) Build Engine version 16.2.32702+c4012a063 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
Restore completed in 36.42 ms for D:\Dev\github\DotNetTool.SayHowdy\DotNetTool.SayHowdy.csproj.
DotNetTool.SayHowdy -> D:\Dev\github\DotNetTool.SayHowdy\bin\Debug\netcoreapp2.2\SayHowdy.dll
DotNetTool.SayHowdy -> D:\Dev\github\DotNetTool.SayHowdy\bin\Debug\netcoreapp2.2\SayHowdy.dll
DotNetTool.SayHowdy -> D:\Dev\github\DotNetTool.SayHowdy\bin\Debug\netcoreapp2.2\publish\
Successfully created package 'D:\Dev\github\DotNetTool.SayHowdy\nupkg\SayHowdy.1.0.0.nupkg'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment