Build Number - aegoroff/msbuildteamcitytasks GitHub Wiki

Build number setting

Introduction

Sets desired build number of a build configuration

Details

Sets current build number

    <BuildNumber Number="20.3" />

Sets current build number full example (with all optional attributes)

    <BuildNumber
        IsAddTimestamp="true"
        FlowId="1"
        Number="20.3"
    />