summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2018-09-27 06:43:48 +0200
committerTanner Gooding <tagoo@outlook.com>2018-09-26 21:43:48 -0700
commit0bc8c62cfb7514b91b4ebd5f073835391e0502a3 (patch)
treee2f8692ed14f9de1be6eefbcf5a5fb6737ff5be0 /dir.props
parent6dc2556a685674ecb9c716aa21720f2295ff8df0 (diff)
downloadcoreclr-0bc8c62cfb7514b91b4ebd5f073835391e0502a3.tar.gz
coreclr-0bc8c62cfb7514b91b4ebd5f073835391e0502a3.tar.bz2
coreclr-0bc8c62cfb7514b91b4ebd5f073835391e0502a3.zip
Maestro dependency update without buildtools (#20143)
* Update BuildTools, CoreClr, CoreFx, CoreSetup, PgoData to preview1-03224-03, preview1-26925-05, preview1-26925-06, preview1-26925-01, master-20180925-0031, respectively * Enable RestoreOutputPath override * Disable System.Security.Cryptography.Pkcs.Tests To help unblock corefx, etc. update. * Revert buildtools changes * Disable buildtools auto updates
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 d71397c584..b9ebad4e66 100644
--- a/dir.props
+++ b/dir.props
@@ -86,6 +86,8 @@
<!-- Default to portable build if not explicitly set -->
<PortableBuild Condition="'$(PortableBuild)' == ''">true</PortableBuild>
+
+ <OverrideRestoreOutputPath>true</OverrideRestoreOutputPath>
</PropertyGroup>
<!-- Output paths -->