visual studio 2015 - Adding a service fabric project reference to a unit test is generating an unexpected reference path -


each time attempt add reference service fabric web api project unit test project have created getting following issue:

c:\tfs\finance\payments.card\int\source\finance.payments.card.servicefabric.web.api\ obj\x64 \release\asos.finance.payments.card.servicefabric.web.api.exe

the section in bold issue. unsure why happening default it's causing issues in our ci pipeline.

if delete obj folder, still points after re-adding reference. doesnt point bin folder exists , contains relevant assemblies

have tried right clicking solution properties > configuration properties > configuration , check every project targetting same platform.

enter image description here


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -