1
0
Форкнуть 0

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:
Cijo Thomas 2017-07-13 14:46:47 -07:00
Родитель 6702110a12
Коммит 0c7ac04b02
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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
}