Remove source-build ref package workaround (#15252)
This commit is contained in:
parent
2099d0fd30
commit
c8d103ed3c
1 changed files with 0 additions and 12 deletions
|
@ -67,18 +67,6 @@
|
|||
|
||||
<Copy SourceFiles="@(UnpackedSourceBuildReferencePackages)" DestinationFiles="$(ReferencePackagesDir)%(Filename)%(Extension)" />
|
||||
|
||||
<!-- remove some reference packages that are generated incorrectly and instead use the prebuilt checked-in version instead -->
|
||||
<!-- relevant issues: https://github.com/dotnet/runtime/issues/44646, https://github.com/dotnet/runtime/issues/45183,
|
||||
https://github.com/dotnet/runtime/issues/45417. this should be fixed for the 6.0 release. -->
|
||||
<ItemGroup>
|
||||
<PrebuiltPackagesToUse Include="$(PrebuiltPackagesPath)/*.nupkg" />
|
||||
<ReferencePackagesToOverride Include="@(PrebuiltPackagesToUse -> '$(ReferencePackagesDir)/%(Filename)%(Extension)')" />
|
||||
</ItemGroup>
|
||||
|
||||
<Message Text="Overriding @(ReferencePackagesToOverride) with @(PrebuiltPackagesToUse)" Importance="High" />
|
||||
|
||||
<Delete Files="@(ReferencePackagesToOverride)" />
|
||||
|
||||
<!-- Setup the PackageVersions.props file to be a combination of source built and previously source built packages -->
|
||||
<Copy SourceFiles="$(PrebuiltSourceBuiltPackagesPath)PackageVersions.props" DestinationFiles="$(IntermediatePath)PreviouslySourceBuiltPackageVersions.props" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue