You always need a verb for msdeploy to know what is your desired action. In this case it needs to be sync
msdeploy -verb:sync -source:iisApp="Default web site/websitename" -dest:package=C:\temp\pack.zip
You can read more about verbs here
Let us know if you need more information.