1

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.

1 Answer 1

2

First, build should produce two artifacts (packages) - one for each application. Then you should setup either two deployment steps or two environments. Look at this guide for more details: http://www.appveyor.com/docs/deployment/web-deploy

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.