Hello everyone.
I'm using TeamCity for .NET applications. I have set up some projects, and the build-steps basically consist of building the application with Visual Studio (.sln) runner and running unit tests with NUnit , and that's all triggered through Build Triggers that looks for the changes sent to GitHub.
I was hoping that during the build process, the value of the MvcBuildViews
property was changed to true
, so you can include the screens in the build.
<MvcBuildViews>false</MvcBuildViews>
I found some useful articles, but had a prerequisite for using MSBuild. Is it possible to do this in some simpler way?