File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 70
70
<TestProjects Include =" $(Source)\EasyNetQ.Hosepipe.Tests\EasyNetQ.Hosepipe.Tests.csproj" />
71
71
<TestProjects Include =" $(Source)\EasyNetQ.Scheduler.Tests\EasyNetQ.Scheduler.Tests.csproj" />
72
72
<TestProjects Include =" $(Source)\EasyNetQ.Scheduler.Mongo.Tests\EasyNetQ.Scheduler.Mongo.Tests.csproj" />
73
- <TestProjects Include =" $(Source)\EasyNetQ.IntegrationTests\EasyNetQ.IntegrationTests.csproj" />
74
- </ItemGroup >
73
+ <!-- < TestProjects Include="$(Source)\EasyNetQ.IntegrationTests\EasyNetQ.IntegrationTests.csproj" /> -- >
74
+ </ItemGroup >
75
75
76
- <Exec WorkingDirectory =" %(TestProjects.RootDir)\%(TestProjects.Directory)"
77
- Command =' dotnet test --configuration $(Configuration) --no-build --filter "(Category!=Explicit) & (Category!=Integration)"'
78
- ContinueOnError =" ErrorAndContinue" />
79
- </Target >
76
+ <Exec WorkingDirectory =" %(TestProjects.RootDir)\%(TestProjects.Directory)"
77
+ Command =' dotnet test --configuration $(Configuration) --no-build --filter "(Category!=Explicit) & (Category!=Integration)"'
78
+ ContinueOnError =" ErrorAndContinue" />
79
+ </Target >
80
80
81
- <!-- Packaging -->
81
+ <!-- Packaging -->
82
82
<Target Name =" Package" DependsOnTargets =" Test" >
83
83
<PropertyGroup >
84
84
<NuGetPackageDirectory >$(Package)</NuGetPackageDirectory >
You can’t perform that action at this time.
0 commit comments