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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T17:02:29+00:00 2026-05-22T17:02:29+00:00

I have a C# project property called Version defined as <Version Condition=$(Version)==”>1.2.3.4<Version> 1.2.3.4 is

  • 0

I have a C# project property called Version defined as

<Version Condition="$(Version)==''">1.2.3.4<Version>

1.2.3.4 is the default value.

I have a Team City system property, also called Version, set up to override. So in the custom run dialog in Team City, I can specify a value for Version and that value gets used. This works fine.

If I leave the parameter blank in Team City, however, the default value is still overwritten with blank (null?). If I delete the Team City parameter, the default value is used.

Is the condition incorrect? How can I set up the Team City property to be blank, and only override if I enter some value?

  • 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-22T17:02:30+00:00Added an answer on May 22, 2026 at 5:02 pm

    Updated answer after OP’s comment:

    From docs:

    MSBuild allows you to set properties
    from the command line using the
    /property or /p command line switch.
    Property values received from the
    command line override property values
    set in the project file and property
    values inherited from environment
    variables.

    So you can just set a property $(VersionTC) in TeamCity configuration and check if that property is empty or not and set version

    <Version>$(VersionTC)<Version>
    <Version Condition="'$(VersionTC)'==''">1.2.3.4<Version>
    

    ( so you set Version to VersionTC first. Then see if it empty and set the default )

    Have a look at this blog post explaining all this.


    Try something like below:

    <Version Condition=" '$(Version)'=='' ">1.2.3.4<Version>
    

    Note the ' ' (single quotes) around $(Version)

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

Sidebar

Related Questions

I have a class module in an Excel project that has a property called
The Junits I have in my project need to load property files from the
I have a Silverlight ModelViewViewModel project that I would like to expose a property
I have a UserControl in my Asp.net project that has a public property. I
I am using rowlex in my project. I have a property assigned to an
I have project Emle in Launchpad . I set it to import from emle.svn.sourceforge.net
Short version: I have an MSBuild project that imports another project. There is a
I'm a newbie to .NET. I have a class called Project, a project can
Say I have two project files Parent.proj and Child.proj. If I declare a property
I have a RESTful WCF web service called "Palladium" as a project in my

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.