Skip to content

Commit 769b982

Browse files
author
Javad Rahnama
authored
Adding CommonSourceRoot variable to Directory.Build.Props (#2392)
1 parent 4e341dc commit 769b982

File tree

3 files changed

+364
-363
lines changed

3 files changed

+364
-363
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<NetFxResources>$(ManagedSourceCode)src\Resources\</NetFxResources>
5252
<AddOnsPath>$(ManagedSourceCode)add-ons\</AddOnsPath>
5353
<SqlServerSource>$(RepoRoot)src\Microsoft.SqlServer.Server\</SqlServerSource>
54+
<CommonsourceRoot>$(RepoRoot)src\Microsoft.Data.SqlClient\src\</CommonsourceRoot>
5455
<ObjFolder>$(Artifacts)obj\</ObjFolder>
5556
<CommonPath>$(NetCoreSource)src\Common\src</CommonPath>
5657
<CommonTestPath>$(NetCoreSource)src\Common\tests</CommonTestPath>

0 commit comments

Comments
 (0)