web deployment Project & teamcity !! :(
Hello,
I am newer in the world of teamcity so I need your help, I try to automate a build using teamcity , .wdproj and SVN
I created a project in teamcity then I created a Build using the MSBuild like Runner typebut when I run this build I don't see any .dll generated
my goals are :
1- compile the application using MSBuild
2- Deploying the application to the IIS
3- including the Nunit Test
in the .wdproj I have added just these lines ??
<PropertyGroup>
<OutputPath>D:\BuildResultintegration</OutputPath>
</PropertyGroup>
and in the OutputPath I don't find any .dll so I think that the build doesn't compile the application
but I think to compile the application, I have to add something ??
What do you think
Thank you for your help
Houssam
Please sign in to leave a comment.
Sorry for late response.
Build log should contain errors that help to understand what's wrong with the configuration.
Try to build your solution outside of TeamCity using MSBuild in command line. Does it work correctly?
Also take a look at You're deploying it wrong! TeamCity, Subversion & Web Deploy blog series. It doesn't relate to your question directly, but worth to read.
Michael