You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is filled by a script that runs in the CI build:
// 1.0.0-beta.2+deadbeef// These info is filled by build scriptpublicconststringVersionFormal="%VERSION%";// 1.0.0privateconststringReleaseSuffix="%RELEASE-SUFFIX%";// -betapublicconststringCommitsSinceTag="%COMMITS-SINCE-TAG%";// .2publicconststringCommitId="%COMMIT-ID%";// +deadbeef
Maybe we can use ThisAssembly.Git for that.
The text was updated successfully, but these errors were encountered:
This is filled by a script that runs in the CI build:
Maybe we can use
ThisAssembly.Git
for that.The text was updated successfully, but these errors were encountered: