rochellecollins / LocalTestPortal

1 stars 0 forks source link

Can't build TestProject while LocalTestPortal is running #9

Open rochellecollins opened 3 years ago

rochellecollins commented 3 years ago

If you try to build TestProject while LocalTestPortal is running it will fail because it can't access the dll file. My guess is that LocalTestPortal is keeping that dll loaded after reading the tests.

bhennelly commented 3 years ago

Example error: MSB3027 Could not copy "D:\AcuSource\Tests\Selenium\Libraries1\bin\Debug\netstandard2.0\Core.dll" to "bin\Debug\net48\Core.dll". Exceeded retry count of 10. Failed. The file is locked by: "devenv.exe (26956), LocalTestPortal.exe (22164)"