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 dc3079c commit 985efd0Copy full SHA for 985efd0
src/Identity/UI/src/Microsoft.AspNetCore.Identity.UI.csproj
@@ -129,7 +129,8 @@
129
</ItemGroup>
130
</Target>
131
132
- <Target Name="VerifyBuildOutputs" AfterTargets="BuildRazorViews">
+ <!-- Source build doesn't build this package -->
133
+ <Target Name="VerifyBuildOutputs" AfterTargets="BuildRazorViews" Condition="'$(DotNetBuildFromSource)' != 'true'">
134
<ItemGroup>
135
<ExpectedOutputFile Include="$(TargetDir)Microsoft.AspNetCore.Identity.UI.Views.V3.dll" />
136
<ExpectedOutputFile Include="$(TargetDir)Microsoft.AspNetCore.Identity.UI.Views.V4.dll" />
0 commit comments