We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5496648 + e929e74 commit 3b3db33Copy full SHA for 3b3db33
src/NerdBank.GitVersioning/VersionOptions.cs
@@ -934,6 +934,7 @@ public bool? SetVersionVariables
934
/// <summary>
935
/// Gets or sets options around how and whether to set the build number preset by the cloud build with one enriched with version information.
936
/// </summary>
937
+ [JsonProperty(DefaultValueHandling = DefaultValueHandling.Ignore)]
938
public CloudBuildNumberOptions? BuildNumber
939
{
940
get => this.buildNumber;
0 commit comments