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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:02:20+00:00 2026-05-14T02:02:20+00:00

I have a NAnt script like below: <if test=${a}>${b}> <call target=target/> </if> What I

  • 0

I have a NAnt script like below:

<if test="${a}>${b}">      
  <call target="target"/>
</if>

What I want is to convert it into MSBuild script.
I found that there is tag to write conditions but it is only used for defining property/item.

Can we write ‘if’ condition in MSBuild?
Please help!

  • 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-14T02:02:20+00:00Added an answer on May 14, 2026 at 2:02 am

    Every msbuild task have an optional Condition parameter so you could do this:

    <CallTarget Targets="target" Condition="${a} &gt; ${b}"/>
    

    Edit: If you need a condition to execute multiple task, you could repeat the Condition parameter foreach task or you could encapsulate the multiple task call in a target

    <Target Name="MultipleCall" Condition="${a} &gt; ${b}">
      <CallTarget Targets="targetA"/>
      <CallTarget Targets="targetB"/>
    </Target>
    

    (The characters < and > must be escaped)

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

Sidebar

Related Questions

I have a NAnt script like below: <target name=Init unless=${target::has-executed('Init')}> What I want is
I have a NAnt script that compiles our web application, but would like to
I have a nant script that ... 1. takes the content of disc-file 2.
I have a NAnt script that does a build and deployment of an ASP.Net
I have a project with this in its MSBuild script: <Target Name=AfterBuild> <GenerateBootstrapper ApplicationFile=MyApp.msi
I have a NAnt-based script which that I run on my local PC that
Related: How to force delete a file? I have a NAnt script that does
I have a section of C# code within my nant build script that runs
I have to write an Nant script that will accept 2 parameters on the
I have a web application that needs to be built using a nant script.

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.