From 217b3b11923444cba8e33b6881ce1e3520f5c161 Mon Sep 17 00:00:00 2001 From: Tanner Gooding Date: Sat, 16 Feb 2019 19:38:04 -0800 Subject: [PATCH] Only import the RoslynPropsFile if it exists. (#22657) --- dir.props | 2 +- tests/dir.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dir.props b/dir.props index 7a66e5d..03f1397 100644 --- a/dir.props +++ b/dir.props @@ -186,5 +186,5 @@ - + diff --git a/tests/dir.props b/tests/dir.props index 393de20..2e3af38 100644 --- a/tests/dir.props +++ b/tests/dir.props @@ -108,7 +108,7 @@ - + -- 2.7.4