This commit is contained in:
2022-06-16 17:03:38 +01:00
parent a11bab759e
commit 519a4fbd46
7 changed files with 37 additions and 19 deletions

View File

@ -10,6 +10,7 @@
<Version>0.1.175</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="XunitXml.TestLogger" Version="3.0.70"/>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="xunit" Version="2.4.1" />
@ -25,7 +26,8 @@
<ItemGroup>
<MyTestingConfigFiles Include="appsettings.Testing.json" />
</ItemGroup>
<Target Name="CopyTestConfig">
<Copy SourceFiles="@(MyTestingConfigFiles)" DestinationFolder="bin\Debug\net6.0" />
</Target>
<!--
<Target Name="CopyTestConfig" AfterTargets="Build">
<Copy SourceFiles="@(MyTestingConfigFiles)" DestinationFolder="$(OutputPath)" />
</Target>-->
</Project>