I have a solution containing only one WPF project, when i try it create a package from this project using msbuild(commandline), i got the error
The target "Package" does not exist in the current project.
Troy hunt discuss about this problem in this link Why the target "Package" does not exist in the current project., but it does not help me, maybe because i am using a WPF project and that example is for a web project.
Thanks