Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 460233
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T22:51:11+00:00 2026-05-12T22:51:11+00:00

I am using the Cruise Control BuildPublisher task to publish a 2005 ASP.NET website.

  • 0

I am using the Cruise Control BuildPublisher task to publish a 2005 ASP.NET website. The Website has no warnings and if I run the Publish WebSite from within the IDE it works fine.

When I publish through Cruise Control however it only publishes the bin folder and the PrecompiledApp.config. All ASPX files are excluded.

I have tried this before on a previous project with no issue.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T22:51:11+00:00Added an answer on May 12, 2026 at 10:51 pm

    In general, I have found that putting as much logic as possible into an MSBuild (or nAnt if that’s your thing) file and as little as possible into the CCNet file is the way to go.

    If this approach works for your environment, you can create an MSBuild target that puts the files you need into a group, like this:

    <ItemGroup>
        <DeployFiles Include = "*.aspx"/>
        etc.
    </ItemGroup>
    

    And then add a copy task to deploy your files to the appropriate place:

    <Copy SourceFiles="@(DeployFiles)" DestinationFolder="\\someserver\builds\$(CCNetLabel)">
    

    Very important: If you have your compilation task in the same MSBuild file, you will want to make this copying business a separate call to MSBuild. This is because the DeployFiles ItemGroup will be evaluated right away. Any new files that match the DeployFiles filters will not be included when it’s time to deploy the build. Very annoying.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using dateLabeller in Cruise control .net for labeling purpose. <labeller type=dateLabeller> </labeller>
We are using cruise control .net with mercurial version control for continuous integration. I
Does anyone have problem getting files from starteam using the cruise control tool for
i am using cruise control to automate the svn commit process. but the execution
I'm using PHPUnderControl which runs on top of Cruise Control for my continuous integration
I have a website project that I want to build using CruiseControl.net. On one
I have CruiseControl.net running Visual Studio (2005/2008 - using devenv.com) as we need to
I'm using the Mercurial source control block in CruiseControl.NET, and I have it set
I'm using CruiseControl.NET to run visual studio test cases after my project builds. In
The CruiseControl.Net documentation advises against using the NUnit task, suggesting instead that NUnit is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.