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:
authorGaurav Khanna <gkhanna@microsoft.com>2017-04-11 19:55:20 +0300
committerGitHub <noreply@github.com>2017-04-11 19:55:20 +0300
commit32155f8d469af2e3a45165287ee9cc5e558cdb13 (patch)
tree0c07e78a779bd1dfe59196fa6e0ca9b3bfa6e7ad /external
parent6f6da394503b24e68e7a00f80214b0c45cc3ae14 (diff)
parent38237902265903e33b2973a7e3f1ab50bb638075 (diff)
Merge pull request #18176 from gkhanna79/EnablePortableTests
Restore portable external assets
Diffstat (limited to 'external')
-rw-r--r--external/dir.props2
1 files changed, 0 insertions, 2 deletions
diff --git a/external/dir.props b/external/dir.props
index 18c779faea..eb7e7b6bec 100644
--- a/external/dir.props
+++ b/external/dir.props
@@ -2,11 +2,9 @@
<Import Project="..\dir.props" />
<PropertyGroup>
<IntermediateOutputPath>$(IntermediateOutputPath)$(OSGroup)-$(ArchGroup)/</IntermediateOutputPath>
- <!-- TODO: Enable this when Core-Setup is also publishing packages for portable RIDs.
<RuntimeOS Condition="'$(PortableBuild)' == 'true' and '$(OSGroup)' == 'Windows_NT'">win</RuntimeOS>
<RuntimeOS Condition="'$(PortableBuild)' == 'true' and '$(OSGroup)' == 'OSX'">osx</RuntimeOS>
<RuntimeOS Condition="'$(PortableBuild)' == 'true' and '$(OSGroup)' == 'Linux'">linux</RuntimeOS>
- -->
<NugetRuntimeIdentifier>$(RuntimeOS)-$(ArchGroup)</NugetRuntimeIdentifier>
<ContainsPackageReferences>true</ContainsPackageReferences>
<!-- We need configuration-specific assets files. -->