From b6d4e88dce25afdc89c077ae1697fe6bfd6153ec Mon Sep 17 00:00:00 2001
From: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com>
Date: Wed, 23 Jun 2021 17:22:50 -0700
Subject: [PATCH] Add ContractDependencyPaths for ApiCompat (#2098)
---
build/Common.prod.props | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/build/Common.prod.props b/build/Common.prod.props
index c88612ce4e2..c97f40a0ed9 100644
--- a/build/Common.prod.props
+++ b/build/Common.prod.props
@@ -10,14 +10,25 @@
All
+
+
+
+
+ <_ReferencePathDirectories Include="@(ReferencePath -> '%(RootDir)%(Directory)')" />
+
+
+ @(_ReferencePathDirectories->Distinct())
+
+
+
$(MSBuildThisFileDirectory)/OpenTelemetry.prod.ruleset
$(NoWarn),1573,1712