mirror of https://github.com/dotnet/runtime
Fix source build problem with missing intellisense xmls (#75981)
This commit is contained in:
parent
777b2180c6
commit
46a93d9edc
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue