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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-06-27 03:10:12 +0300
committerGitHub <noreply@github.com>2017-06-27 03:10:12 +0300
commit1b322c7418c310998d6f899606c680b5eebed3e5 (patch)
treea93b552665efe10e90990d3d53392605c25053e3 /dir.props
parente3af35c2d218a69524f7ec825c8243b2cd2c29dc (diff)
Fix rough edges after CLI update (#3983)
* Move build-restore.cmd back to build-managed buildpipeline needs to be updated to make this split * Cleanup dir.props/dir.targets * Add back VS clues * Reformat whitespaces to match VS convention
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props3
1 files changed, 1 insertions, 2 deletions
diff --git a/dir.props b/dir.props
index bf13f3d76..ca8021540 100644
--- a/dir.props
+++ b/dir.props
@@ -255,6 +255,5 @@
</PropertyGroup>
<!-- Use Roslyn Compilers to build -->
- <Import Project="$(RoslynPropsFile)" Condition="'$(RunningOnUnix)'!='true' and Exists('$(RoslynPropsFile)') and '$(UseRoslynCompilers)'!='false'" />
- <Import Project="$(RoslynPropsFile)" Condition="'$(RunningOnUnix)'=='true' and Exists('$(RoslynPropsFile)')" />
+ <Import Project="$(RoslynPropsFile)" Condition="Exists('$(RoslynPropsFile)')" />
</Project>