DotNetBuildSettings.BuildNumber property

The build number, if not specified on the command line. (Optional.)

public string? BuildNumber { get; set; }

Remarks

If not specified here or on the command line, the environment variables used by Appveyor, GitHub Actions, and Jenkins will be used, if set.

See Also