Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Sanchez Lopez <1175054+carlossanlop@users.noreply.github.com>2020-06-19 20:45:14 +0300
committerGitHub <noreply@github.com>2020-06-19 20:45:14 +0300
commit688206b76481d00a61110d9f28218cb2bc58957c (patch)
treef7863a40b30396d7a5396186352ff1abeb48cef4 /eng/restore
parent11c08b50c69aca58bfe1857f8c8f84998c32ef77 (diff)
Update MicrosoftPrivateIntellisensePackage and XmlDocFileRoot (#38109)
* Update MicrosoftPrivateIntellisensePackage and XmlDocFileRoot * Update eng/Versions.props Co-authored-by: Santiago Fernandez Madero <safern@microsoft.com> * Update eng/Versions.props Co-authored-by: Santiago Fernandez Madero <safern@microsoft.com>
Diffstat (limited to 'eng/restore')
-rw-r--r--eng/restore/docs.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/restore/docs.targets b/eng/restore/docs.targets
index 2437815a0f3..072564d9ac7 100644
--- a/eng/restore/docs.targets
+++ b/eng/restore/docs.targets
@@ -9,7 +9,7 @@
AfterTargets="Restore">
<ItemGroup>
- <DocFile Include="$(NuGetPackageRoot)$(MicrosoftPrivateIntellisensePackage)/$(MicrosoftPrivateIntellisenseVersion)/IntellisenseFiles/netcoreapp/**/*.xml"/>
+ <DocFile Include="$(XmlDocFileRoot)**\*.xml"/>
<DocFile>
<!-- trim off slash since it differs by platform and we need to do a string compare -->
<LCID>$([System.String]::new('%(RecursiveDir)').TrimEnd('\/'))</LCID>