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 19
19
20
20
<!-- Property that enables UpdateAssemblyInfo. Default to off for SDK builds -->
21
21
<UpdateAssemblyInfo Condition =" '$(DisableGitVersionTask)' == 'true' " >false</UpdateAssemblyInfo >
22
+ <UpdateAssemblyInfo Condition =" '$(UsingMicrosoftNETSdk)' == 'true' " >false</UpdateAssemblyInfo >
22
23
<UpdateAssemblyInfo Condition =" '$(UpdateAssemblyInfo)' == '' " >true</UpdateAssemblyInfo >
23
24
24
- <GenerateAssemblyFileVersionAttribute Condition =" '$(UpdateAssemblyInfo)' == 'true' " >false</GenerateAssemblyFileVersionAttribute >
25
- <GenerateAssemblyVersionAttribute Condition =" '$(UpdateAssemblyInfo)' == 'true' " >false</GenerateAssemblyVersionAttribute >
26
- <GenerateAssemblyInformationalVersionAttribute Condition =" '$(UpdateAssemblyInfo)' == 'true' " >false</GenerateAssemblyInformationalVersionAttribute >
27
-
28
-
29
25
<!-- Property that enables GenerateGitVersionInformation -->
30
26
<GenerateGitVersionInformation Condition =" '$(DisableGitVersionTask)' == 'true' " >false</GenerateGitVersionInformation >
31
27
<GenerateGitVersionInformation Condition =" '$(GenerateGitVersionInformation)' == '' " >true</GenerateGitVersionInformation >
You can’t perform that action at this time.
0 commit comments