Skip to content

Commit b4342d5

Browse files
authored
Keep shadow copying disabled
1 parent 3ffd4b1 commit b4342d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/xunit.runner.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
33
"diagnosticMessages": true,
44
"longRunningTestSeconds": 20,
5-
"showLiveOutput": true
5+
"showLiveOutput": true,
6+
"shadowCopy": false
67
}

0 commit comments

Comments
 (0)