microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 199 forks source link

Change how Git hash is appended to .NET version string for pre-release builds #3244

Closed Porges closed 1 year ago

Porges commented 1 year ago

When .NET appends VersionSuffix to the InformationalVersion string, it appends it with a - separator. For consistency with the other version strings (and semver), we want it appended with a + separator. This is now supported by using the explicit SourceRevisionId property instead of VersionSuffix.

codecov-commenter commented 1 year ago

Codecov Report

Merging #3244 (d78bd74) into main (b236514) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3244   +/-   ##
=======================================
  Coverage   29.65%   29.65%           
=======================================
  Files         332      332           
  Lines       39290    39290           
=======================================
  Hits        11651    11651           
  Misses      27639    27639