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 8004355
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T16:53:53+00:00 2026-06-04T16:53:53+00:00

I build extensions for a 3rd party application. We do not have access to

  • 0

I build extensions for a 3rd party application. We do not have access to the source code. Visual studio has a post build command to copy files to said program’s assembly directory.

copy $(TargetDir)$(TargetName).pdb "$(ProgramDropDir)"
copy $(TargetDir)$(TargetName).dll "$(ProgramDropDir)"

When the program launches it loads the assemblies (actually they are loaded when required, I think this is because of JIT compilation). Our application consists of 49 assemblies. Deploying them all is quite slow. I can get around the slow build by building at the project level. This builds only referenced assemblies. That’s still problematic 95% of the time. Usually, only 1 assembly has actually changed…yet all are copied.

How can this process be improved? Ideally…

A. Deploy assemblies only when they changed.
B. Build only when a project file has changed.
C. copy only when I plan to run the main application. E.G. Do not copy when running a unit test.
D. The build fails when the 3rd party app is running. I have to close the app. Which means I have to re-login to the app and wait for it to load (its a slow loading beast).

I own TFS2010. If absolutely necessary, I am open to new tools.

  • 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-06-04T16:53:56+00:00Added an answer on June 4, 2026 at 4:53 pm

    A. You can use RoboCopy to do this. By default, RoboCopy will only copy a file if the source and destination have different timestamps or different file sizes.

    You can also use RoboCopy task in MSBuild Extension Pack if you want to do it with MSBuild.

    B. If you are using a CI server you can use poll SCM mechanism that starts a build whenever a change is made in SCM.

    I am not sure what you mean with the last one. No builds are triggered when you ‘run’ the application or some unit test.

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

Sidebar

Related Questions

I have a client who has built her entire site using html extensions. As
Excluding any 3rd party extension not already bundled with PHP, Is there any method
I am new to Mozilla extensions and i have been trying to build the
I am trying to build an ASP.NET project, but Visual Studio keeps giving me
I'm looking to build an application that will rely on adding menu extensions to
I'm attempting to use the community TFS Build Extensions Azure activities to deploy to
I need to build a list of all the file extensions of binary files
I have a complex build process to generate a couple of python extension modules
When you define an extension-point in an Ant build file you can have it
I have to build a firefox extension and I want to be able to

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.