Note that there are some explanatory texts on larger screens.

plurals
  1. POMSBuild called from CruiseControl.NET doesn't pick up build script changes
    primarykey
    data
    text
    <p>We're using CruiseControl.NET which invokes an MSBuild script. While debugging the build script, we make small changes constantly and run the build through the CruiseControl.NET web console running on IIS. Everything is just on one machine though since we're just testing.</p> <p>I've noticed that some changes we make in the MSBuild script aren't picked up. Sometimes they push through, sometimes the server is a few versions out of date. Sometimes restarting IIS services does the trick. Sometimes not even that works.</p> <p>Is anyone aware of what's happening in the background? Is there some cache we have to clear for web apps? Where could it be?</p> <p>Edit: To clarify, all my stuff is on a single machine as I'm still in the testing stage. So I don't think source control should be an issue. My ccnet.config simply calls the MSBuild target. Here's a simplified sample:</p> <pre><code>&lt;project&gt; &lt;tasks&gt; &lt;msbuild&gt; &lt;executable&gt;$(netFrameworkRoot)\MSBuild.exe&lt;/executable&gt; &lt;projectFile&gt;C:\MyProject\ProductBuild.proj&lt;/projectFile&gt; &lt;targets&gt;BuildProject&lt;/targets&gt; &lt;/msbuild&gt; &lt;/tasks&gt; &lt;/project&gt; </code></pre> <p>ProductBuild.proj is a hand-coded MSBuild script that builds a lot of other .NET solutions and packages an installer with a vdproj.</p> <p>It seems that changes made to my build script do not always take effect when I run a build on CruiseControl. I guess it would be safest to restart the CCNet service, but I was hoping I wouldn't have to interrupt currently running builds.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload