Skip to content

Commit 2223d3f

Browse files
codemzsTomFinley
authored andcommitted
Exclude SamplesUtils from ML.NET nuget and make its own nuget.: (#2543)
1 parent 3456bb3 commit 2223d3f

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="Pack">
2+
3+
<PropertyGroup>
4+
<TargetFramework>netstandard2.0</TargetFramework>
5+
<PackageDescription>Sample utils for Microsoft.ML.Samples</PackageDescription>
6+
</PropertyGroup>
7+
8+
<ItemGroup>
9+
<ProjectReference Include="../Microsoft.ML/Microsoft.ML.nupkgproj" />
10+
</ItemGroup>
11+
12+
</Project>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Project DefaultTargets="Pack">
2+
3+
<Import Project="Microsoft.ML.SampleUtils.nupkgproj" />
4+
5+
</Project>

src/Microsoft.ML.SamplesUtils/Microsoft.ML.SamplesUtils.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<IncludeInPackage>Microsoft.ML</IncludeInPackage>
5+
<IncludeInPackage>Microsoft.ML.SampleUtils</IncludeInPackage>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)