Visual Studio 2008 uses its own solution file format, and different build systems like NAnt (and even some comp开发者_运维问答lex MSBuild cases) use their own. How do you keep them synchronized? Are t
I\'m having trouble with an MSBuild script as it\'s executing correctly, but in TFS Build Explorer it reports a Fail (red X icon).However, despite all the builds reporting failed, if I examine the log
My Solution Built fine last Friday. Today I fired it up and I am getting this error message: Could not load file or assembly \'MyApplication, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null\'
I am new to both MSBuild and PowerShell and am trying to wrap my head around where these stand with respect to deploying ASP.NET applications. Can 开发者_开发问答someone explainthe difference? (I hope
In my project I write tests using Microsoft\'s unit testing framework. All of my tests pass when I run them from Visual Studio but when I run the tests from MSBuild all of the tests fail with the foll
Has anyone had this error with IlMerge?I am trying to merge a few assemblies for a .NET project using the 4.0 Framework.
I have a Silverlight solution that I want to create a build script for.I have a simple script that looks like this
In MSBuild I have a property which value is Name_Something. How can I get name part of this prop开发者_StackOverflow中文版erty.With MSBuild 4
I have a Nant build script which referrenc开发者_如何学Ces 30 other build scripts. Each build script referrences a visual studio solution using MSBuild.
I\'m trying to create a CI process for SQL Server Reporting Services. I am fairly new to TFS but quite experienced with MSBuild.In the past I\'ve used a combination of MSBuild with Team City so the wh