We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cloudBuild.buildNumber: null
nbgv prepare-release
1 parent 5496648 commit e929e74Copy full SHA for e929e74
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