i'm trying to find out how to get more details for you since i dont have full access to our build environment; however, it appears that projbook projects in the solution build successfully but never release and even after the build is completed in TFS (successful or failure) msbuild.exe is "stuck" running. This causes the next build under that build configuration to fail as it cannot reset the build directory.
Steps to reproduce:
- Create a solution which has a projbook project.
- Create a build configuration in TFS2015 that builds the solution
- Checkin your solution and build using that configuration (should be successful)
- Trigger a new build using that same configuration, build should fail due to an "access is denied" error on some file in the directory.
- Restart the build agent (or kill the msbuild process).
- Remove the projbook project from your solution
- Check-in the changes and trigger a new build using the same configuration (should be successful again)
- Trigger a new build using that same configuration, this time it will be successful.
Using the latest version of projbook (1.0.6) and .NET 4.6.1 on VS2015 Enterprise edition and TFS (on prem) 2015 update 3.
i'm trying to find out how to get more details for you since i dont have full access to our build environment; however, it appears that projbook projects in the solution build successfully but never release and even after the build is completed in TFS (successful or failure) msbuild.exe is "stuck" running. This causes the next build under that build configuration to fail as it cannot reset the build directory.
Steps to reproduce:
Using the latest version of projbook (1.0.6) and .NET 4.6.1 on VS2015 Enterprise edition and TFS (on prem) 2015 update 3.