forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused packageindex infra (dotnet#111002)
- Loading branch information
1 parent
192f43b
commit 27fd292
Showing
6 changed files
with
1 addition
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,12 @@ | ||
<Project> | ||
|
||
<!-- Packaging projects (.pkgproj) are non-SDK-style, so they need to directly import Directory.Build.props --> | ||
<Import Project="..\Directory.Build.props" /> | ||
<Import Project="$(NuGetPackageRoot)\microsoft.dotnet.build.tasks.templating\$(MicrosoftDotNetBuildTasksTemplatingVersion)\build\Microsoft.DotNet.Build.Tasks.Templating.props" /> | ||
<Import Project="$(NuGetPackageRoot)\microsoft.dotnet.build.tasks.packaging\$(MicrosoftDotNetBuildTasksPackagingVersion)\build\Microsoft.DotNet.Build.Tasks.Packaging.props" /> | ||
|
||
<PropertyGroup> | ||
<PackageIndexFile>$(MSBuildThisFileDirectory)packageIndex.json</PackageIndexFile> | ||
<PackagePlatform>AnyCPU</PackagePlatform> | ||
|
||
<!-- mono doesn't currently use the index so don't force it to be in sync --> | ||
<SkipIndexCheck>true</SkipIndexCheck> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageIndex Condition="'$(MSBuildProjectExtension)' == '.pkgproj'" Include="$(PackageIndexFile)" /> | ||
</ItemGroup> | ||
</Project> |
This file was deleted.
Oops, something went wrong.