summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2019-02-16 19:38:04 -0800
committerGitHub <noreply@github.com>2019-02-16 19:38:04 -0800
commit217b3b11923444cba8e33b6881ce1e3520f5c161 (patch)
tree022276312dc9bdfbdfd683d27725e3be4ae8e496 /dir.props
parent7760228f08059e6f3ed90e56dbae74eac495aa98 (diff)
downloadcoreclr-217b3b11923444cba8e33b6881ce1e3520f5c161.tar.gz
coreclr-217b3b11923444cba8e33b6881ce1e3520f5c161.tar.bz2
coreclr-217b3b11923444cba8e33b6881ce1e3520f5c161.zip
Only import the RoslynPropsFile if it exists. (#22657)
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.props b/dir.props
index 7a66e5de24..03f13974e6 100644
--- a/dir.props
+++ b/dir.props
@@ -186,5 +186,5 @@
</ItemGroup>
<!-- Use Roslyn Compilers to build -->
- <Import Project="$(RoslynPropsFile)" />
+ <Import Project="$(RoslynPropsFile)" Condition="Exists('$(RoslynPropsFile)')" />
</Project>