Web Applications for Web Deploy artifact missing
Hi,
I have selected both 'Package Web Applications for Web Deploy' and 'Package Azure Cloud Service projects' so that I can deploy as either a full cloud service or incremental web deploys of the web role. When I review the build artifacts that are generated thereare 'Azure Cloud Service package' but no web deploy zip files.
Any suggestions would be appreciated.
Thanks
Mat
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 04 Dec, 2014 07:03 AM
Hi Mat,
This is by design. When AppVeyor detects WAP is a Web role in Azure cloud service project from the same solution it doesn't publish it as Web Deploy package, only Azure CS is getting published.
2 Posted by mat.guthrie on 04 Dec, 2014 07:25 AM
Hi Feodor,
Thanks for getting back to me.
One of the features I really like with Windows Azure websites was the continuous deployment feature through integration with GitHub. I’ve had to move my application over to cloud services because of restrictions with azure website but would like to maintain this feature. Deploying the VMs on every check in seems overly heavyweight. In an ideal would I’d like to be able to have AppVeyor create all the requested packages, including the web deploy. I could force a manual deployment through the AppVeyor UI when I wanted to do a full deployment of the VMs but set up automatic web deployments for each build.
Given that UI allows you to select which packages you want, is there any reason why the user can’t override this ‘by design’ feature’
Anyway, thanks again for getting back to me and for a fantastic piece of software.
Mat
Support Staff 3 Posted by Feodor Fitsner on 04 Dec, 2014 07:34 AM
Well, the idea was to avoid any confusion of having both Azure CS and Web Deploy package of Web role at the same time. Having your app in CS how/why would you deploy an update to it using Web Deploy?
Support Staff 4 Posted by Feodor Fitsner on 04 Dec, 2014 07:40 AM
...but technically yes, there is no reason AV can't produce both artifacts; besides it's two msbuild calls.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:50 AM.