Setting up web deploy with VS build
Hello,
I was trying to fallow this tutorial:https://confluence.jetbrains.com/display/TCD9/Continuous+Delivery+to+Windows+Azure+Web+Sites+%28or+IIS%29
but the artifacts are not created for me. My solution has 2 web project, both of them have profiles which when I run them through VS are working properly. On team City when fallowing the tutorial nothing is created.
I tried to create them without profile:
/p:DeployOnBuild=True /p:DeployTarget=Package /p:OutDir=D:\Package
and then I was able to grab artifacts from D:\Package directory but there were not ziped, just normal build.
Any ideas?
Please sign in to leave a comment.
Hello,
Have you configured the artifacts path?