Blish-HUD icon indicating copy to clipboard operation
Blish-HUD copied to clipboard

Tweak GitVersion

Open BlishHUD opened this issue 4 years ago • 1 comments

Archomeda at 7/2/2020 6:12:33 AM +00:00

technically you can also change this if you really want:

# use a variable if non-null or a fallback value otherwise
assembly-file-versioning-format: '{Major}.{Minor}.{Patch}.{WeightedPreReleaseNumber ?? 0}'

# use an environment variable or raise an error if not available
assembly-file-versioning-format: '{Major}.{Minor}.{Patch}.{env:BUILD_NUMBER}'

# use an environment variable if available or a fallback value otherwise
assembly-file-versioning-format: '{Major}.{Minor}.{Patch}.{env:BUILD_NUMBER ?? 42}'

REF: https://discordapp.com/channels/531175899588984842/536970543736291346/728130980367433739

BlishHUD avatar Jul 02 '20 06:07 BlishHUD

GitHub environmental variable details available here: https://docs.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables

dlamkins avatar Jul 02 '20 06:07 dlamkins