mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-15 13:46:36 +00:00
error MSB4057: The target "CreateZip" does not exist in the project. #72
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 @arulconsultant on GitHub (Nov 16, 2019).
When tried to execute this command
dotnet-zip --framework .netcoreapp2.1 --runtime win7-x64
I came across the error \MyProject.Web.csproj : error MSB4057: The target "CreateZip" does not exist in the project.
@qmfrederik commented on GitHub (Nov 21, 2019):
Can you try to run
dotnet buildfirst, and thendotnet-zip? That should work.@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.