File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/GitVersion.MsBuild/msbuild/tools Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 54
54
-->
55
55
<GenerateGitVersionInformation Condition =" '$(GenerateGitVersionInformation)' == '' And '$(_TargetAssemblyProjectName)' != '' " >false</GenerateGitVersionInformation >
56
56
<GenerateGitVersionInformation Condition =" '$(GenerateGitVersionInformation)' == '' " >true</GenerateGitVersionInformation >
57
+ <!--
58
+ Compounding on the previous "GenerateTemporaryTargetAssembly" explanation, "UpdateAssemblyInfo" is
59
+ also called in this temp-build. This results in a warning since we already updated assembly info.
60
+ Prevent UpdateAssemblyInfo from running a second time.
61
+ -->
62
+ <UpdateAssemblyInfo Condition =" '$(UpdateAssemblyInfo)' == 'true' And '$(_TargetAssemblyProjectName)' != '' " >false</UpdateAssemblyInfo >
57
63
58
64
<!-- Property that enables GetVersion -->
59
65
<GetVersion Condition =" '$(DisableGitVersionTask)' == 'true' " >false</GetVersion >
You can’t perform that action at this time.
0 commit comments