Skip to content

Commit 985efd0

Browse files
author
=
committed
Wip
1 parent dc3079c commit 985efd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@
129129
</ItemGroup>
130130
</Target>
131131

132-
<Target Name="VerifyBuildOutputs" AfterTargets="BuildRazorViews">
132+
<!-- Source build doesn't build this package -->
133+
<Target Name="VerifyBuildOutputs" AfterTargets="BuildRazorViews" Condition="'$(DotNetBuildFromSource)' != 'true'">
133134
<ItemGroup>
134135
<ExpectedOutputFile Include="$(TargetDir)Microsoft.AspNetCore.Identity.UI.Views.V3.dll" />
135136
<ExpectedOutputFile Include="$(TargetDir)Microsoft.AspNetCore.Identity.UI.Views.V4.dll" />

0 commit comments

Comments
 (0)