Okey
This commit is contained in:
parent
a11bab759e
commit
519a4fbd46
7 changed files with 37 additions and 19 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue