Created
August 20, 2019 08:43
-
-
Save domingoladron/ed9e9d0c92b2c82e87a5a4d587afd230 to your computer and use it in GitHub Desktop.
dotnet-tool-create-package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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