I have two ASP.NET web api .csproject projects in the same solution. How can I configure the build/deployment steps in Appveyor so that they can be deployed to two separate IIS websites on my server?
If it means I have to create two projects in Appveyor, I'm ok with that.