Skip to content

Commit

Permalink
Adding CommonSourceRoot variable to Directory.Build.Props (#2392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Javad Rahnama authored Mar 7, 2024
1 parent 4e341dc commit 769b982
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 363 deletions.
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<NetFxResources>$(ManagedSourceCode)src\Resources\</NetFxResources>
<AddOnsPath>$(ManagedSourceCode)add-ons\</AddOnsPath>
<SqlServerSource>$(RepoRoot)src\Microsoft.SqlServer.Server\</SqlServerSource>
<CommonsourceRoot>$(RepoRoot)src\Microsoft.Data.SqlClient\src\</CommonsourceRoot>
<ObjFolder>$(Artifacts)obj\</ObjFolder>
<CommonPath>$(NetCoreSource)src\Common\src</CommonPath>
<CommonTestPath>$(NetCoreSource)src\Common\tests</CommonTestPath>
Expand Down
Loading

0 comments on commit 769b982

Please sign in to comment.