3
Hello, everybody.
I am using Teamcity for .NET. I have set up some projects, and the build-Steps basically consist of building the application with the Visual Studio (.sln) Runner and run unit tests with Nunit, and this is all triggered through the Build Triggers that searches for the changes sent to Github.
I was hoping that during this build process, the property value MvcBuildViews
was changed to true
, to include the screens in the compilation.
<MvcBuildViews>false</MvcBuildViews>
I found some useful articles, but they had as a prerequisite the use of Msbuild. It is possible to do it somehow simpler?