Lately with Visual Studio 2010 Ultimate, C#, in Win7 64bit, I get the error below when I compile any project. The workaround is to add <TrackFileAccess>false</TrackFileAccess> to the proje
I\'m trying to "fix" a build on our TF Server that drops everything into the drop folder in one big flat drop (rather than in seperate project dumps like a local build would do), and I\'m ge
I have an XNA 3.1 content project (.contentproj) with the following: <ItemGroup> 开发者_C百科<Compile Include=\"tiles\\B000N800.BMP\">
I have an msbuild task which builds an asp.net application msbuild :build do |msb| puts \"Running local build\"
in my MSBuild file (TFSBuild.proj since I am running Team Builds) the exec command=g开发者_开发知识库acutil alwys fails with the following error:
I am using Microsoft Ajax Minifier to convert file1.js to file1.min.js. Now I would like to take file1.min.js and file2.min.js and merge them into files-merged.min.js.
I am trying to setup up a continuous integration type environment for BizTalk. When source code is checked in, I need it to build then deploy to a build server. I have found BTSTask.exe but this seems
I\'m getting the following error: error CS1704: An assembly with the same simple name \'Interop.xxx.dll, Version=1.0.0.0, Culture=neutral,
I have the following scenario. We use stored procedures to access the database and we use LiNQ 2 SQL to generate the classes or namely we use Unplugged LINQ to SQL Generator for this. It has been run
I use some task that works with files (Copy for examp开发者_开发技巧le), but I want to exclude all files that are empty (0 bytes length). Is there a syntax to do this?You will have yo write a custom t