Is it possible at all to use -enableLink when you are packing from a manifest?
i.e:
<sitemanifest>
<appHostConfig path="Default Web Site/some site" />
...
</sitemanifest>
I want to include the app pool settings when creating my package, now I can if run the following:
msdeploy -verb:sync -source:manifest="manifest.xml" -dest:package=out.zip -enableLink=AppPoolExtension
Is it possible to specify in the manifest itself that I want to enable the AppPoolExtenstion?