You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only thing this target did was a redundant check that AssemblyVersion was
set for projects in the Targeting Pack. That check was failing for
the NETStandard build of System.DirectoryServices.
This target was providing no value, instead we need to fix#42961
which will be a proper check of our servicing version rules.
Copy file name to clipboardExpand all lines: eng/packaging.targets
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -318,12 +318,6 @@
318
318
</ItemGroup>
319
319
</Target>
320
320
321
-
<TargetName="ValidateAssemblyVersionsInRefPack"
322
-
Condition="'$(SkipValidateAssemblyVersion)' != 'true' and '$(_AssemblyInTargetingPack)' == 'true' and '$(PreReleaseVersionLabel)' == 'servicing'"
323
-
AfterTargets="CoreCompile" >
324
-
<ErrorCondition="'$(AssemblyVersion)' != '$(LastReleasedStableAssemblyVersion)'"Text="AssemblyVersion should match last released assembly version $(LastReleasedStableAssemblyVersion)" />
0 commit comments