Added xunit.runner.json with shadowCopy false to the test app to prevent it failing with unabke to find basic system dll.s
This commit is contained in:
Родитель
6702110a12
Коммит
0c7ac04b02
|
@ -23,6 +23,9 @@
|
|||
<None Update="appsettings.json;web.config">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="xunit.runner.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="wwwroot\**\*;Views\**\*">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"shadowCopy": false
|
||||
}
|
Загрузка…
Ссылка в новой задаче