Skip to content

Commit e2ddbf7

Browse files
committed
Move ExternalScheduler to separate repo
1 parent 26bc9b1 commit e2ddbf7

File tree

472 files changed

+233
-43182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

472 files changed

+233
-43182
lines changed

Build/EasyNetQ.proj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,8 @@
6565
are not Integration or Explicit tests. -->
6666
<Target Name="Test" DependsOnTargets="Build">
6767
<ItemGroup>
68-
<TestProjects Include="$(Source)\EasyNetQ.Tests\EasyNetQ.Tests.csproj" />
69-
<TestProjects Include="$(Source)\EasyNetQ.DI.Tests\EasyNetQ.DI.Tests.csproj" />
70-
<TestProjects Include="$(Source)\EasyNetQ.Hosepipe.Tests\EasyNetQ.Hosepipe.Tests.csproj" />
7168
<TestProjects Include="$(Source)\EasyNetQ.Scheduler.Tests\EasyNetQ.Scheduler.Tests.csproj" />
7269
<TestProjects Include="$(Source)\EasyNetQ.Scheduler.Mongo.Tests\EasyNetQ.Scheduler.Mongo.Tests.csproj" />
73-
<!--<TestProjects Include="$(Source)\EasyNetQ.IntegrationTests\EasyNetQ.IntegrationTests.csproj" />-->
7470
</ItemGroup>
7571

7672
<Exec WorkingDirectory="%(TestProjects.RootDir)\%(TestProjects.Directory)"
@@ -85,7 +81,6 @@
8581
</PropertyGroup>
8682
<ItemGroup>
8783
<ClientLibraries Include="$(Source)\EasyNetQ\EasyNetQ.csproj" />
88-
<ClientLibraries Include="$(Source)\EasyNetQ.DI.*\EasyNetQ.DI.*.csproj" Exclude="$(Source)\*Tests*\*.csproj" />
8984

9085
<FilesToDelete Include="$(NuGetPackageDirectory)\*.nupkg" />
9186
<FilesToDelete Include="$(NuGetPackageDirectory)\*.snupkg" />

Source/EasyNetQ.DI.Autofac/AutofacAdapter.cs

Lines changed: 0 additions & 95 deletions
This file was deleted.

Source/EasyNetQ.DI.Autofac/EasyNetQ.DI.Autofac.csproj

Lines changed: 0 additions & 36 deletions
This file was deleted.

Source/EasyNetQ.DI.Autofac/EasyNetQContainerBuilderExtensions.cs

Lines changed: 0 additions & 54 deletions
This file was deleted.

Source/EasyNetQ.DI.LightInject/EasyNetQ.DI.LightInject.csproj

Lines changed: 0 additions & 35 deletions
This file was deleted.

Source/EasyNetQ.DI.LightInject/EasyNetQServiceContainerExtensions.cs

Lines changed: 0 additions & 55 deletions
This file was deleted.

Source/EasyNetQ.DI.LightInject/LightInjectAdapter.cs

Lines changed: 0 additions & 68 deletions
This file was deleted.

Source/EasyNetQ.DI.Microsoft/EasyNetQ.DI.Microsoft.csproj

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)