Skip to content

Commit dc3079c

Browse files
author
=
committed
Wip
1 parent eb3e682 commit dc3079c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

msbuild.binlog

-11.4 MB
Binary file not shown.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
<UIFrameworkVersionMoniker Include="V4" />
4141
</ItemGroup>
4242

43-
<Target Name="BuildRazorViews" DependsOnTargets="Compile" BeforeTargets="Build">
43+
<!-- Source build doesn't build this package -->
44+
<Target Name="BuildRazorViews" DependsOnTargets="Compile" BeforeTargets="Build" Condition="'$(DotNetBuildFromSource)' != 'true'">
4445
<Message Text="Building razor views assemblies" Importance="High" />
4546
<MSbuild Projects="$(MSBuildThisFile)"
4647
Targets="BuildForUI"

0 commit comments

Comments
 (0)