Microsoft.dotnet-openapi is a shipping package (#13481)

Microsoft.dotnet-openapi is a shipping package
This commit is contained in:
Ryan Brandenburg 2019-08-28 11:43:41 -07:00 committed by GitHub
parent e5800019f0
commit 0d24bc27eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -54,6 +54,7 @@
<FileSignInfo Include="dotnet-sql-cache.exe" CertificateName="Microsoft400" />
<FileSignInfo Include="dotnet-user-secrets.exe" CertificateName="Microsoft400" />
<FileSignInfo Include="dotnet-watch.exe" CertificateName="Microsoft400" />
<FileSignInfo Include="dotnet-openapi.exe" CertificateName="Microsoft400" />
<FileSignInfo Include="Microsoft.AspNetCore.Blazor.Build.exe" CertificateName="Microsoft400" />
<FileSignInfo Include="sni.dll" CertificateName="Microsoft400" />

View File

@ -7,8 +7,7 @@
<AssemblyName>dotnet-openapi</AssemblyName>
<PackageId>Microsoft.dotnet-openapi</PackageId>
<PackAsTool>true</PackAsTool>
<!-- This package is for internal use only. It contains a CLI tool. -->
<IsShippingPackage>false</IsShippingPackage>
<IsShippingPackage>true</IsShippingPackage>
</PropertyGroup>
<ItemGroup>