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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate McMaster <natemcmaster@users.noreply.github.com>2018-11-29 23:48:27 +0300
committerGitHub <noreply@github.com>2018-11-29 23:48:27 +0300
commit9e73c3382f4d9e6ba47afff6a1467ace945c77e7 (patch)
tree56ae7904fff23bb9bec89543bd3c18acf894be00
parent0326abe530a99832640c3b7893de93a466fde7cf (diff)
Mark Microsoft.Owin.Security.Interop as noship in 3.0v3.0.0-preview-18579-0056
-rw-r--r--build/artifacts.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/artifacts.props b/build/artifacts.props
index c2c6563c22..f55ada5dd8 100644
--- a/build/artifacts.props
+++ b/build/artifacts.props
@@ -81,9 +81,9 @@
<PackageArtifact Include="Microsoft.Extensions.Localization.Abstractions" Category="ship" />
<PackageArtifact Include="Microsoft.Extensions.Localization" Category="ship" />
<PackageArtifact Include="Microsoft.NET.Sdk.Razor" Category="ship" />
- <PackageArtifact Include="Microsoft.Owin.Security.Interop" Category="ship" />
<!-- Packages for internal use only. -->
+ <PackageArtifact Include="Microsoft.Owin.Security.Interop" Category="noship" />
<PackageArtifact Include="AspNetCoreRuntime.3.0.$(SharedFxArchitecture)" Category="noship" Condition=" '$(SharedFxRid)' == 'win-x64' OR '$(SharedFxRid)' == 'win-x86' " />
<PackageArtifact Include="Internal.AspNetCore.Universe.Lineup" Category="noship" />
<PackageArtifact Include="Internal.WebHostBuilderFactory.Sources" Category="noship" />