However, I don't know if this is going to break your CI build, or app that gets deployed, so please review this carefully.
If you use SourceLink, I think it will already create an assembly attribute with the commit hash (maybe even a static class with the commit hash as a const string), so you can probably get rid of the Build app.
Fixes: https://github.com/joelverhagen/NuGetTools/issues/23
However, I don't know if this is going to break your CI build, or app that gets deployed, so please review this carefully.
If you use SourceLink, I think it will already create an assembly attribute with the commit hash (maybe even a static class with the commit hash as a const string), so you can probably get rid of the
Build
app.