Hi All,
I have configured CCNET to build my solution at some interval. The
build is working fine but the database project inside the solution is
not being deployed ( only build ).
Here is my config:
<tasks>
<!-- Configure MSBuild to compile the updated files -->
<msbuild>
<executable>C:\windows\Microsoft.NET\Framework\v3.5\MSBuild.exe</
executable>
<workingDirectory>C:\_data\projects\Testing\NightlyBuild2</
workingDirectory>
<projectFile>C:\_data\projects\Testing
\NightlyBuild2\NightlyBuild.sln</projectFile>
<buildArgs>/noconsolelogger /p:Configuration=Release</buildArgs>
<targets></targets>
<timeout>15</timeout>
</msbuild>
</tasks>
What I would like to reproduce is the same effect as if I would select
"deploy solution" from the build menu in visual studio. How can I do
this?
Regards,
Ed Tijgen