Microsoft.VisualStudio.TestTools.TestManagement.ExecutionException: Test Run deployment issue: The location of the file or directory "%LOCALDISKPATH%nmock.dll' is not trusted.
I tried to use the DeploymentItem attribute as
[DeploymentItem(@"%LOCALDISKPATH%nmock.dll")] |
[DeploymentItem("nmock.dll")] |
Why am I getting the exception and more importantly how can I get rid of it
Thanks,