- The Riftgates' Backyard
- https://starbeamrainbowlabs.com/
- Joined on
2016-04-22
Embed git commit hash in binary
Found it! We need to use the Exec Task with the IgnoreExitCode
parameter. That way we can execute git and if git isn't installed, we can display some default message or other instead.
Embed git commit hash in binary
There doesn't seem to be a way of doing it that preserves both Linux and Windows compatibility and that doesn't require git to be installed and in the PATH
variable.
Invalid variable names in generated constructor with
--public
flag