File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
NerdBank.GitVersioning.Tests
Nerdbank.GitVersioning.Tasks/build Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1264,7 +1264,7 @@ private static class Targets
12641264 internal const string GetBuildVersion = "GetBuildVersion" ;
12651265 internal const string GetNuGetPackageVersion = "GetNuGetPackageVersion" ;
12661266 internal const string GenerateAssemblyNBGVVersionInfo = "GenerateAssemblyNBGVVersionInfo" ;
1267- internal const string GenerateNativeVersionInfo = "GenerateNativeVersionInfo " ;
1267+ internal const string GenerateNativeNBGVVersionInfo = "GenerateNativeNBGVVersionInfo " ;
12681268 }
12691269
12701270 private static class Properties
Original file line number Diff line number Diff line change 4242
4343 <!-- Workaround the property stomping that msbuild does (see https://github.com/microsoft/msbuild/pull/4922) with manual imports. -->
4444 <PrepareForBuildDependsOn >
45- GenerateNativeVersionInfo ;
45+ GenerateNativeNBGVVersionInfo ;
4646 $(PrepareForBuildDependsOn);
4747 </PrepareForBuildDependsOn >
4848
156156 </ItemGroup >
157157 </Target >
158158
159- <Target Name =" GenerateNativeVersionInfo " DependsOnTargets =" GetBuildVersion" Condition =" '$(Language)'=='C++' and '$(GenerateAssemblyVersionInfo)' != 'false' " >
159+ <Target Name =" GenerateNativeNBGVVersionInfo " DependsOnTargets =" GetBuildVersion" Condition =" '$(Language)'=='C++' and '$(GenerateAssemblyVersionInfo)' != 'false' " >
160160 <PropertyGroup >
161161 <VersionSourceFile >$([MSBuild]::NormalizePath('$(IntermediateOutputPath)', '$(AssemblyName).Version.rc'))</VersionSourceFile >
162162 <NewVersionSourceFile >$(VersionSourceFile).new</NewVersionSourceFile >
You can’t perform that action at this time.
0 commit comments