Skip to content

Commit

Permalink
Parallelize func tests (#4502)
Browse files Browse the repository at this point in the history
  • Loading branch information
erdembayar authored Mar 15, 2022
1 parent 919c7e1 commit df09376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<TargetFrameworks>$(TargetFrameworksExeForSigning)</TargetFrameworks>
<TestProjectType>functional</TestProjectType>
<Description>Integration tests for the more involved NuGet.Commands, such as restore.</Description>
<UseParallelXunit>true</UseParallelXunit>
</PropertyGroup>

<ItemGroup>
Expand All @@ -21,12 +22,6 @@
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>

<ItemGroup>
<None Include="xunit.runner.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

<Import Project="$(BuildCommonDirectory)common.targets"/>
<Import Project="$(BuildCommonDirectory)common.targets" />
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
</Project>

This file was deleted.

0 comments on commit df09376

Please sign in to comment.