This will work with .Net 4 RTM. It will also build previous versions of .Net Projects. Step 1: Install the .Net 4.0 Framework Beta 2 on your build server (or just put VS2010 beta 2 on it) Step 2: Change the Team Build config as follows Stop the Team Build service Go to C:\Program Files\Microsoft Visual Studio [...]
I got the following on build until recently. Initializing IIS Web Server… Successfully created virtual directory ‘ycmbuild’. Granting IIS read access to the folder ‘C:\Projects\YourClubMatters\Trunk\YCM\WebSite_deploy\Release’. C:\Program Files\MSBuild\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.targets(676,5): error : Some or all identity references could not be translated. Warning: Unable to grant IIS access to folder ‘C:\Projects\YourClubMatters\Trunk\YCM\WebSite_deploy\Release’. Done building project “WebSite_deploy.wdproj”. ========== Rebuild All: 7 [...]
Up until recently I had been using trac and svn to manage my code base and coordinate updates to the system I’m working on. Then we started requiring FXCop to police coding standards, that’s when we discovered team suite had it inbuilt and hop, skip and a jump and I was looking at the team [...]