-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Open
Labels
affected-mostThis issue impacts most of the customersThis issue impacts most of the customersarea-identityIncludes: Identity and providersIncludes: Identity and providersarea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.investigateseverity-minorThis label is used by an internal toolThis label is used by an internal tool
Milestone
Description
https://github.com/dotnet/aspnetcore/blob/release/2.1/src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj does not build correctly in release/2.1 currently - not all expected outputs are being produced. It appears that it doesn't actually import the razor props/targets from https://github.com/dotnet/aspnetcore/tree/release/2.1/src/Razor/Sdk.Razor/src/build/netstandard2.0. We should figure out why it's broken and fix it before we need to patch it again, at which time we should remove the condition here:
<Target Name="VerifyBuildOutputs" AfterTargets="Build" Condition="'$(IsPackageInThisPatch)' == 'true'"> |
Metadata
Metadata
Assignees
Labels
affected-mostThis issue impacts most of the customersThis issue impacts most of the customersarea-identityIncludes: Identity and providersIncludes: Identity and providersarea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.investigateseverity-minorThis label is used by an internal toolThis label is used by an internal tool