File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/TurnerSoftware.BuildVersioning/build Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <MSBuildAllProjects Condition =" '$(MSBuildAssemblyVersion)' == '' Or '$(MSBuildAssemblyVersion)' < '16.0'" >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
5+ <GetPackageVersionDependsOn >$(GetPackageVersionDependsOn);BuildVersioning</GetPackageVersionDependsOn >
56 </PropertyGroup >
67
78 <PropertyGroup >
2223 Condition =" $(DesignTimeBuild) != 'true' AND $(SkipBuildVersioning) != 'true'" />
2324
2425 <Target Name =" BuildVersioning"
25- BeforeTargets =" BeforeCompile;GenerateNuspec;CollectPackageReferences "
26+ BeforeTargets =" BeforeCompile;GenerateNuspec"
2627 Condition =" $(DesignTimeBuild) != 'true' AND $(SkipBuildVersioning) != 'true'" >
2728 <Error Condition =" '$(UsingMicrosoftNETSdk)' != 'true'" Code =" BLDVER0001" Text =" Build Versioning only works in SDK-style projects." />
2829 <Message Importance =" $(BuildVersioningLogLevel)" Text =" BuildVersioning: Project=$(MSBuildProjectFile)" />
You can’t perform that action at this time.
0 commit comments