Skip to content

Commit 34c5488

Browse files
Fix source build problem with missing intellisense xmls (#75985)
Co-authored-by: carlossanlop <1175054+carlossanlop@users.noreply.github.com>
1 parent 6d77124 commit 34c5488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Import Project="$(RepositoryEngineeringDir)SubsetValidation.targets" />
1111

1212
<!-- Upfront restore hooks -->
13-
<Import Project="$(RepositoryEngineeringDir)restore\docs.targets" Condition="'$(DotNetBuildFromSource)' != 'true'" />
13+
<Import Project="$(RepositoryEngineeringDir)restore\docs.targets" />
1414
<Import Project="$(RepositoryEngineeringDir)restore\optimizationData.targets" Condition="'$(DotNetBuildFromSource)' != 'true'" />
1515

1616
<Target Name="BuildLocalTasks"

0 commit comments

Comments
 (0)