Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>After a long struggle with this issue I did find a solution. I am providing the whole CruiseControl.NET configuration file.</p> <pre><code>&lt;cruisecontrol xmlns:cb="urn:ccnet.config.builder"&gt; &lt;project name="Aucis"&gt; &lt;workingDirectory&gt;C:\CI\WORKING&lt;/workingDirectory&gt; &lt;artifactDirectory&gt;C:\CI\BUILD&lt;/artifactDirectory&gt; &lt;triggers&gt; &lt;intervalTrigger name="CI Trigger" seconds="120" buildCondition="IfModificationExists"/&gt; &lt;/triggers&gt; &lt;tasks Name="Clean"&gt; &lt;msbuild&gt; &lt;executable&gt;C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe&lt;/executable&gt; &lt;workingDirectory&gt;C:\CI\WORKING&lt;/workingDirectory&gt; &lt;projectFile&gt;WashMyCarHomepage\WashMyCarHomepage.csproj&lt;/projectFile&gt; &lt;buildArgs&gt;/p:OutputPath=bin /P:Configuration=Deploy-Dev /P:DeployOnBuild=True /P:DeployTarget=MSDeployPublish /P:MsDeployServiceUrl=localhost /P:AllowUntrustedCertificate=True /P:MSDeployPublishMethod=WMSvc /P:CreatePackageOnPublish=True /P:UserName=WindowsUsername/P:Password=WindowsPassword&lt;/buildArgs&gt; &lt;timeout&gt;900&lt;/timeout&gt; &lt;logger&gt;C:\Program Files (x86)\CruiseControl.NET\server\ThoughtWorks.CruiseControl.MsBuild.dll&lt;/logger&gt; &lt;/msbuild&gt; &lt;/tasks&gt; &lt;sourcecontrol type="svn"&gt; &lt;executable&gt;C:\Program Files (x86)\VisualSVN Server\bin\svn.exe&lt;/executable&gt; &lt;trunkUrl&gt;https://localhost:8443/svn/project/trunk&lt;/trunkUrl&gt; &lt;username&gt;svn_username&lt;/username&gt; &lt;password&gt;svn_password&lt;/password&gt; &lt;autoGetSource&gt;true&lt;/autoGetSource&gt; &lt;cleanCopy&gt;true&lt;/cleanCopy&gt; &lt;revisionNumbers&gt;true&lt;/revisionNumbers&gt; &lt;tagBaseUrl&gt;https://localhost:8443/svn/project/tags&lt;/tagBaseUrl&gt; &lt;/sourcecontrol&gt; &lt;/project&gt; &lt;/cruisecontrol&gt; </code></pre> <p>Please note that "Deploy-Dev" is a configuration that is set in a VisualStudio.</p>
 

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