Skip to content

Commit bddb02e

Browse files
committed
Split the C# code/project changes out from the pipeline changes.
1 parent 43307ea commit bddb02e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.proj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,13 @@
5252

5353
<!-- Populate all managed projects -->
5454
<ItemGroup>
55+
<<<<<<< HEAD
5556
<Abstractions Include="src/Microsoft.Data.SqlClient.Extensions/Abstractions/src/Abstractions.csproj" />
5657
<AbstractionsTest Include="src/Microsoft.Data.SqlClient.Extensions/Abstractions/test/Abstractions.Test.csproj" />
58+
=======
59+
<AbstractionsPackage Include="src/Microsoft.Data.SqlClient.Extensions/Abstractions/src/Abstractions.csproj" />
60+
<AbstractionsTestPackage Include="src/Microsoft.Data.SqlClient.Extensions/Abstractions/test/Abstractions.Test.csproj" />
61+
>>>>>>> a597ce3a (Split the C# code/project changes out from the pipeline changes.)
5762
<SqlServerLib Include="**/Microsoft.SqlServer.Server.csproj" />
5863
<NetFxDriver Include="**/netfx/**/Microsoft.Data.SqlClient*.csproj" Condition="'$(IsEnabledWindows)' == 'true'" />
5964
<NetCoreDriver Include="**/netcore/**/Microsoft.Data.SqlClient*.csproj" />

0 commit comments

Comments
 (0)