Make dotnet-sql-cache an OOB package (#10272)

This commit is contained in:
Nate McMaster 2019-05-16 07:49:10 -07:00 committed by GitHub
parent 1dbc203e19
commit 3e1086d587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@
<Description>Command line tool to create tables and indexes in a Microsoft SQL Server database for distributed caching.</Description>
<PackageTags>cache;distributedcache;sqlserver</PackageTags>
<PackAsTool>true</PackAsTool>
<!-- This package is for internal use only. It contains a CLI which is bundled in the .NET Core SDK. -->
<IsShippingPackage>false</IsShippingPackage>
<IsShippingPackage>true</IsShippingPackage>
</PropertyGroup>
<ItemGroup>