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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T13:01:37+00:00 2026-06-01T13:01:37+00:00

I have developed a custom target, that needs to run only if the compilation

  • 0

I have developed a custom target, that needs to run only if the compilation (csc) was made (the build process takes too long otherwise).
I have found out that Inputs and Outputs attributes can be used to compare file timestamps and execute the target when there is a newer file in the Inputs collection. The problem is that my target does not produce any file, so I am not sure what should I pass as the Outputs attribute to get this working correclty (I cannot use target assembly to check that, because when the compilation is executed, the timestamp of the assembly is actual time and thus my target won’t execute).

Any ideas how can I achieve this?

  • 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-01T13:01:39+00:00Added an answer on June 1, 2026 at 1:01 pm

    One possible solution is to use PostBuildEvent.
    In order to get this working, we need to do following:

    1. Set value to the <PostBuildEvent>. That could be done directly within <PropertyGroup>, for example like this: <PostBuildEvent>echo Post build event completed</PostBuildEvent>. I only used echo to write a message to the output, as <PostBuildEvent> cannot be empty.
    2. Set property <PostBuildEvent> to OnOutputUpdated. This causes MSBuild to compare assembly timestamp from before and after compilation and execute <PostBuildEvent> only if the assembly has changed.
    3. Set your dependencies/targets that you want to execute in <PostBuildEventDependsOn>

    The complete example looks like this:

    <PropertyGroup>
        <PostBuildEvent>echo Post build event completed</PostBuildEvent>
        <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
        <PostBuildEventDependsOn>$(PostBuildEventDependsOn);MyCustomTarget</PostBuildEventDependsOn>
    </PropertyGroup>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have developed a custom control in monotouch (inherited from UITextField, but that shouldn't
I am using Joomla 1.5 . I have developed a custom component that's basically
I have developed a very simple app that uses a custom adapter for a
I have developed an application which starts a custom service that fires a countdowntimer.
I have developed some custom DAO-like classes to meet some very specialized requirements for
I have developed a custom dijit Templated Widget. I have to do some DOM
I have developed an SSIS custom task component. It uses a connection manager of
I have developed a PyroCMS custom module, but now I want to add WYSIWYG
We have our own custom calendar in our portal which is developed in Java.
I have developed an android app that mainly targets smartphones. However in tablet emulator

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.