File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1919
2020 <!-- Property that enables UpdateAssemblyInfo. Default to off for SDK builds -->
2121 <UpdateAssemblyInfo Condition =" '$(DisableGitVersionTask)' == 'true' " >false</UpdateAssemblyInfo >
22+ <UpdateAssemblyInfo Condition =" '$(UsingMicrosoftNETSdk)' == 'true' " >false</UpdateAssemblyInfo >
2223 <UpdateAssemblyInfo Condition =" '$(UpdateAssemblyInfo)' == '' " >true</UpdateAssemblyInfo >
2324
24- <GenerateAssemblyFileVersionAttribute Condition =" '$(UpdateAssemblyInfo)' == 'true' " >false</GenerateAssemblyFileVersionAttribute >
25- <GenerateAssemblyVersionAttribute Condition =" '$(UpdateAssemblyInfo)' == 'true' " >false</GenerateAssemblyVersionAttribute >
26- <GenerateAssemblyInformationalVersionAttribute Condition =" '$(UpdateAssemblyInfo)' == 'true' " >false</GenerateAssemblyInformationalVersionAttribute >
27-
28-
2925 <!-- Property that enables GenerateGitVersionInformation -->
3026 <GenerateGitVersionInformation Condition =" '$(DisableGitVersionTask)' == 'true' " >false</GenerateGitVersionInformation >
3127 <GenerateGitVersionInformation Condition =" '$(GenerateGitVersionInformation)' == '' " >true</GenerateGitVersionInformation >
You can’t perform that action at this time.
0 commit comments