Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 51a7165

Browse files
author
Rodrigo Moya
authored
Merge pull request #9103 from mono/fix-1008309
Only show Pack command on project node
2 parents 2673f06 + 70e3fd9 commit 51a7165

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main/src/addins/MonoDevelop.DotNetCore/Properties/MonoDevelop.DotNetCore.addin.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,6 +1613,8 @@
16131613
</Extension>
16141614

16151615
<Extension path="/MonoDevelop/Ide/ContextMenu/ProjectPad">
1616-
<CommandItem id="MonoDevelop.DotNetCore.Commands.Pack" insertbefore="Publish" />
1616+
<Condition id="ItemType" value="DotNetProject">
1617+
<CommandItem id="MonoDevelop.DotNetCore.Commands.Pack" insertbefore="Publish" />
1618+
</Condition>
16171619
</Extension>
16181620
</ExtensionModel>

0 commit comments

Comments
 (0)