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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2017-10-06 04:55:42 +0300
committerGitHub <noreply@github.com>2017-10-06 04:55:42 +0300
commit7f04f868ba0d21df156152d1c31dd765c1371871 (patch)
treeff12ee96831293736330220509248b4b98d580b4 /dir.props
parenta6b0655b1537044d85e97a69ef80bfd661e25ca5 (diff)
Disable CoreCLR symbols download when TargetGroup=uapaot to avoid warnings (#24461)
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 2 insertions, 0 deletions
diff --git a/dir.props b/dir.props
index b75dec9297..ece69a00a9 100644
--- a/dir.props
+++ b/dir.props
@@ -275,6 +275,8 @@
<!-- Constructed shared fx path for testing -->
<UseDotNetNativeToolchain Condition="'$(BuildingUAPAOTVertical)' == 'true'">true</UseDotNetNativeToolchain>
+ <!-- System.Private.* comes from test ilc, so the symbol packages for those versions will no exist, this is to avoid warnings -->
+ <DownloadCoreCLRSymbols Condition="'$(BuildingUAPAOTVertical)' == 'true'">false</DownloadCoreCLRSymbols>
<PackagesBasePath Condition="'$(PackagesBasePath)'==''">$(BinDir)$(OSPlatformConfig)</PackagesBasePath>
<PackageOutputPath Condition="'$(PackageOutputPath)'==''">$(PackageOutputRoot)$(ConfigurationGroup)/</PackageOutputPath>