Skip to content

Commit

Permalink
Fix source build problem with missing intellisense xmls (#75985)
Browse files Browse the repository at this point in the history
Co-authored-by: carlossanlop <1175054+carlossanlop@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and carlossanlop committed Sep 22, 2022
1 parent 6d77124 commit 34c5488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Import Project="$(RepositoryEngineeringDir)SubsetValidation.targets" />

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

<Target Name="BuildLocalTasks"
Expand Down

0 comments on commit 34c5488

Please sign in to comment.