Skip to content

Commit

Permalink
Копирование файла конфигурации для запуска тестов (Tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbcool committed Mar 28, 2024
1 parent f1f44c6 commit 96e1c37
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,8 @@
</None>
</ItemGroup>

<Target Name="ConfigFile" AfterTargets="AfterBuild">
<Copy SourceFiles="App.config" DestinationFiles="$(OutDir)\testhost.dll.config" />
</Target>

</Project>

0 comments on commit 96e1c37

Please sign in to comment.