mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-16 13:55:09 +00:00
Error MSB4057: The target "CreateDeb" does not exist in the project. #51
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @endasil on GitHub (May 4, 2019).
I saw the response to the other post and have made sure i have entry under ItemGroups . Is there something i missed in the readme?
@maikebing commented on GitHub (May 19, 2019):
I had the same problem on Appveyor.
https://ci.appveyor.com/project/MaiKeBing/iotsharp
@buckstephenh commented on GitHub (May 24, 2019):
Same issue. My error refers to a related test project that the .sln file in the current project references. Still appears to work at first blush.
@budul100 commented on GitHub (Jun 12, 2019):
It seems that you have to run firstly the respective
dotnet publishcommand and then thedotnet debcommand. I had the same error, but after usingdotnet publishit worked correctly.@qmfrederik commented on GitHub (Jun 16, 2019):
This can happen if you did not run
dotnet restorefirst (you shouldn't need to rundotnet publish).Can you check whether this problem reproduces on a clean checkout, and that running
dotnet restorefixes this?@qmfrederik commented on GitHub (Jun 16, 2019):
Duplicate of #90, by the way.
@qmfrederik commented on GitHub (Nov 22, 2019):
This should have been fixed with the latest versions, this should now just work:
Please reopen if you still have this issue with the latest versions.