File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 <TestProjects Include =" $(Source)\EasyNetQ.Hosepipe.Tests\EasyNetQ.Hosepipe.Tests.csproj" />
7171 <TestProjects Include =" $(Source)\EasyNetQ.Scheduler.Tests\EasyNetQ.Scheduler.Tests.csproj" />
7272 <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 >
7575
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 >
8080
81- <!-- Packaging -->
81+ <!-- Packaging -->
8282 <Target Name =" Package" DependsOnTargets =" Test" >
8383 <PropertyGroup >
8484 <NuGetPackageDirectory >$(Package)</NuGetPackageDirectory >
You can’t perform that action at this time.
0 commit comments