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
GitInfo.targets has several properties which can be overridden from command line when running MSBUILD, for example, GitCommits. I am wondering if it's feasible to override GitSha, the full version of commit? Our test does not care about the value of SHA as long as it is valid. Thanks.
</PropertyGroup>
<!-- Defaults if overrides are specified when building -->
<GitCommits Condition="'$(GitCommits)' == ''">0</GitCommits>
</PropertyGroup>
The text was updated successfully, but these errors were encountered:
GitInfo.targets
has several properties which can be overridden from command line when running MSBUILD, for example,GitCommits
. I am wondering if it's feasible to overrideGitSha
, the full version of commit? Our test does not care about the value of SHA as long as it is valid. Thanks.The text was updated successfully, but these errors were encountered: