-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
untriagedRequest triage from a team memberRequest triage from a team member
Description
While my .csproj has the required properties:
<PackAsTool>true</PackAsTool>
<ToolCommandName>hammer</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
dotnet pack
nor dotnet pack --configuration Release
on .NET 5.0.301 produces no output at all:
chromebook@penguin:~/Programs/Hammer$ dotnet pack
Microsoft (R) Build Engine version 16.10.1+2fd48ab73 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.
Determining projects to restore...
All projects are up-to-date for restore.
chromebook@penguin:~/Programs/Hammer$ git diff
chromebook@penguin:~/Programs/Hammer$
What could be the possible cause of the problem?
Metadata
Metadata
Assignees
Labels
untriagedRequest triage from a team memberRequest triage from a team member