Is there a chance how to use a SetParameters.xml file to set parameters in a web deployment package?
I would like to deploy an application by powershell script with cmdlets
- Select-AzureSubscription
- Publish-AzureWebsiteProject
But I have not found how to set a SetParameters.xml file to the Publish-AzureWebsiteProject cmdlet. Or is there an another way? Processing the SetParameters.xml file into the web deployment package before calling the Publish-AzureWebsiteProject cmdlet?