Skip to content

Commit d31ebec

Browse files
author
Alex J Lennon
committed
FIX CI: Remove Directory.Build.props to fix xunit issue
The root cause of all CI failures is Directory.Build.props which forces both projects to share the same obj directory and project.assets.json file. When building, the main project restore overwrites the assets file and removes xunit dependencies needed by the test project. Solution: Remove Directory.Build.props. Let each project have its own obj and bin directories. This prevents conflicts. Tested locally - all 92 tests pass.
1 parent 42af9c1 commit d31ebec

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Directory.Build.props

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)