Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define COMMIT_NUMBER environment var (#782)
* Define COMMIT_NUMBER environment var to set the right FileVersion attribute on assembly files which was always 0. * Keep COMMIT_NUMBER local var as a msbuild parameter given that GITHUB_ENV var are not seen by the step that defined the var. It should be set a power shell var instead of a local var ( $Env:COMMIT_NUMBER = @($(git....) or keep msbuild explicit parameter /p:COMMIT_NUMBER=$COMMIT_NUMBER (cherry picked from commit f176e71)
- Loading branch information