I have a project A that builds an executable. My test project B wants to run this executable, and verify its output under various conditions. In B's fsproj I added a ProjectReference to A. When I run the tests, I can see (from the error and from inspecting the workspace) that the executable isn't copied.
I can use Additional Files to Copy to do this manually, but that doesn't seem to play well with things either.
Is this expected behaviour?