I have been struggling to get the MSBuild to successfully build my .dproj file for the last few days on a build machine.
I have the following item group: <ItemGroup> <ReleaseFiles Include=\"MyApp\\*.ashx\"/> <ReleaseFiles Include=\"MyApp\\*.config\"/>
We have a powershell build script that calls out to other scripts that is giving me trouble under Windows 7 64 bit.It works fine under XP.I\'ve run set-executionpolicy to RemoteSigned (and also tried
We are using MSBuild to run our build which compiles and outputs a number of .NET projects/assemblies. Now we are faced with the need to also include a jav开发者_运维技巧a version of on of our assembl
I am using an MSBuild build file to build and test my application. As part of the process I would like to change the path and name of the log f开发者_C百科ile (setting in app.config). What is the easi
I\'m trying to set up my environment for developing, debugging and deploying Windows Desktop Gadgets.I\'ve hit a bit of a roadblock in my project, where I can\'t run a build on my gadget when the conf
I have a build process which takes my VS 2008 .NET 2.0 ASP.NET project and builds it using MSBuild. The project contains ASPX files, plus a web service, and also connects to another web service ;)
Please go easy I am new to msbuild and msbuildtasks! How can I set a property which represents a relative file path to a targets file which I want to import?I need relative references so it will work
I have a custom MSBuild task, which processes a set of files and returns a modified subset of this. Basically, I just create a new ITaskItem array out of the input, skipping some items.
How do I capture/read DOS input for use in MsBuild? EDITED for clarification Currently I have 2 files.One batch file, the other is the core.msbuild file which contains the msbuild stuff.I want to be