We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc8b78 commit aa28a13Copy full SHA for aa28a13
src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj
@@ -49,7 +49,7 @@
49
<RazorCompile Include="$(GeneratedInternalAspNetCoreAttributeFile)" />
50
</ItemGroup>
51
52
- <Target Name="VerifyBuildOutputs" AfterTargets="Build">
+ <Target Name="VerifyBuildOutputs" AfterTargets="Build" Condition="'$(IsPackageInThisPatch)' == 'true'">
53
<PropertyGroup>
54
<ExpectedOutputFile>$(OutputPath)$(RazorTargetName).dll</ExpectedOutputFile>
55
</PropertyGroup>
0 commit comments