We\'re trying to publish a ClickOnce application through MSBuild. We\'ve got it working fine for an installed version of the Windows application.
In VS 2008, I have a simple .csproj that contains an Entity Framework .edmx (V1) file.Every time I build the project, the output DLL is updated, even though nothing has changed.I have reproduced this
I need to write a custom task that print all the defined properties (the non-reserved ones). So in my C# 开发者_如何学Gocode, I wanna access to the properties list of MSBuild engine and I don\'t know
So I am using Visual Studio 2008 and VS.PHP 2.9 with Team Foundation Server to develop my PHP application.Unfortunately, I have to use TFS and Visual Studio - no switching to Subversion or Git.
I’m seeing some odd behaviour I can’t explain. I\'m using wix to generate a msi and using the msbuild GenerateBootstrapper task to handle pre-requisites. It all seems to build correctly i.e. there
Suppose I run msbuild like this: function Clean-Sln { param($sln) MSBuild.exe $sln /target:Clean } Clean-Sln c:\\temp\\SO.sln
We use RoboHelp HTML X5.x.x 开发者_开发百科to generate CHM files for our help system. Is it possible to run RoboHelp unattended, non-UI, like from a command-line, so it can be integrated with our MSBu
I like to do my development as a normal (non-Admin) user. Our VS2010 project build fails with \"Failed to register output. Please try enabling Per-user Redirection or register the component from a com
I\'ve got a program that outputs to a file. I\'m running it from an MSBuild project. I\'d like this output to be written to StdOut, so that it can be picked up by our build agent (TeamCity).
Anybody manage to get .NET 4.0 applications compiling on a CI server without installing Visual Studio 2010 on a CI serv开发者_StackOverflow社区er?