summaryrefslogtreecommitdiff
path: root/tests
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 /tests
parent7760228f08059e6f3ed90e56dbae74eac495aa98 (diff)
downloadcoreclr-217b3b11923444cba8e33b6881ce1e3520f5c161.tar.gz
coreclr-217b3b11923444cba8e33b6881ce1e3520f5c161.tar.bz2
coreclr-217b3b11923444cba8e33b6881ce1e3520f5c161.zip
Only import the RoslynPropsFile if it exists. (#22657)
Diffstat (limited to 'tests')
-rw-r--r--tests/dir.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dir.props b/tests/dir.props
index 393de20ab9..2e3af382a1 100644
--- a/tests/dir.props
+++ b/tests/dir.props
@@ -108,7 +108,7 @@
</PropertyGroup>
<!-- Use Roslyn Compilers to build -->
- <Import Project="$(RoslynPropsFile)" />
+ <Import Project="$(RoslynPropsFile)" Condition="Exists('$(RoslynPropsFile)')" />
<PropertyGroup Condition="'$(BuildAllProjects)'=='true'">
<!-- When we do a traversal build we get all packages up front, don't restore them again -->