Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kliger (λgeek) <alklig@microsoft.com>2022-04-22 04:14:27 +0300
committerGitHub <noreply@github.com>2022-04-22 04:14:27 +0300
commit1a181875e50e9f58be86dfca7645e4d6ccd9ec6d (patch)
tree319ea2f474fa7084a63d147d1205c4ac3bb1cbfb /eng/Subsets.props
parentc6a51bd50163e14d4d8fcd7ab133257724b24fff (diff)
Remove unused libs.packages subset (#68345)
Followup to https://github.com/dotnet/runtime/pull/56899
Diffstat (limited to 'eng/Subsets.props')
-rw-r--r--eng/Subsets.props1
1 files changed, 0 insertions, 1 deletions
diff --git a/eng/Subsets.props b/eng/Subsets.props
index b556df68ea6..524ef40f8a9 100644
--- a/eng/Subsets.props
+++ b/eng/Subsets.props
@@ -150,7 +150,6 @@
<SubsetName Include="Libs.Ref" OnDemand="true" Description="The managed reference libraries." />
<SubsetName Include="Libs.Src" OnDemand="true" Description="The managed implementation libraries." />
<SubsetName Include="Libs.PreTest" Description="Test assets which are necessary to run tests." />
- <SubsetName Include="Libs.Packages" Description="The projects that produce NuGet packages from libraries." />
<SubsetName Include="Libs.Tests" OnDemand="true" Description="The test projects. Note that building this doesn't execute tests: you must also pass the '-test' argument." />
<!-- Packs -->