Ensure Microsoft.AspNetCore.Server.IntegrationTesting.IIS doesn't produce a finalized version

This commit is contained in:
Nate McMaster 2018-11-02 11:07:45 -07:00
parent 1ab2caa431
commit 0e24161d42
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Microsoft.AspNetCore.Server.IntegrationTesting.IIS</PackageId>
<!-- Always include a pre-release label since this is an internal-only package. -->
<Version>$(VersionPrefix)-$(VersionSuffix)</Version>
<PackageVersion>$(Version)</PackageVersion>
<Description>Provides support for integration testing using IIS based servers.</Description>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@ -43,5 +46,5 @@
</ItemGroup>
</Target>
</Project>