Skip to content

Commit aa28a13

Browse files
committed
Don't run VerifyBuildOutputs if package isn't in patch
1 parent 3bc8b78 commit aa28a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<RazorCompile Include="$(GeneratedInternalAspNetCoreAttributeFile)" />
5050
</ItemGroup>
5151

52-
<Target Name="VerifyBuildOutputs" AfterTargets="Build">
52+
<Target Name="VerifyBuildOutputs" AfterTargets="Build" Condition="'$(IsPackageInThisPatch)' == 'true'">
5353
<PropertyGroup>
5454
<ExpectedOutputFile>$(OutputPath)$(RazorTargetName).dll</ExpectedOutputFile>
5555
</PropertyGroup>

0 commit comments

Comments
 (0)