File tree Expand file tree Collapse file tree
src/Nerdbank.GitVersioning.Tasks/build Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 <GenerateAssemblyVersionInfo Condition =" '$(GenerateAssemblyVersionInfo)' == '' and '$(TargetExt)' != '.dll' and '$(TargetExt)' != '.exe' " >false</GenerateAssemblyVersionInfo >
4141 <GenerateAssemblyVersionInfo Condition =" '$(GenerateAssemblyVersionInfo)' == '' and '$(NBGV_CacheMode)' == 'VersionGenerationTarget' " >false</GenerateAssemblyVersionInfo >
4242
43+ <!-- Suppress assembly version info generation for WiX Toolset project. -->
44+ <GenerateAssemblyVersionInfo Condition =" '$(GenerateAssemblyVersionInfo)' == '' and '$(Language)' == 'wix' " >false</GenerateAssemblyVersionInfo >
45+
4346 <!-- Workaround the property stomping that msbuild does (see https://github.com/microsoft/msbuild/pull/4922) with manual imports. -->
4447 <PrepareForBuildDependsOn >
4548 GenerateNativeNBGVVersionInfo;
You can’t perform that action at this time.
0 commit comments