New Post: Deploying using the new ParallelTask
Actually in the interest of time, here's the file. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="QuickDeploy" ToolsVersion="4.0"> <PropertyGroup>...
View ArticleNew Post: MSBuildExtensionsPath on 64 bit machines
I apologize in advance for some similar newbie questions, but I couldn't find a clear direction in the online docs or discussion list. On a 64-bit Server 2008 R2 SP1 machine with Visual Studio 2010...
View ArticleNew Post: MSBuildExtensionsPath on 64 bit machines
Hey Dean, this is exactly my question as well. I have 2 build servers, one x86 and the other x64. How to make the same build script work on both?
View ArticleNew Post: MSBuildExtensionsPath on 64 bit machines
You can ignore all those TPath imports from the samples. This was just done to get the samples working form both the install directory and from within VS to use the development code. On your build...
View ArticleNew Post: Deploying using the new ParallelTask
If I run that I see the even and odd building in parallel What am I missing? Mike
View ArticleNew Post: Deploying using the new ParallelTask
I cannot see all the servers in the build output when I run "QuickDeploy". For example when I execute:msbuild /t:DeployEven File.projmsbuild /t:DeployOdd File.projI can see every server was hit as...
View ArticleNew Post: Deploying using the new ParallelTask
Don't rely on console output for the truth. can you log to file and see what that says. just add something like /l:FileLogger,Microsoft.Build.Engine;logfile=mylog.txt to your call
View ArticleNew Post: MSBuildExtensionsPath on 64 bit machines
Hi Mike, Thanks for the reply. Before I got your message, I had tried just what you suggested (installing only the 32-bit version of MSBuild Extension Pack and importing the tasks directly from the...
View ArticleNew Post: Deploying using the new ParallelTask
I added the logger and it shows the exact same output as the console. I increased the verbosity level to v=diag and it looks like the item array is being properly collected, but the task seems to...
View ArticleNew Post: IIS7AppPool Microsoft.Web.Administration.dll dependency
Does anyone know if a resoloution to this issue may exist? Seems odd that you can't even use IIS7 manager in Windows 2003 sp2. I get the exact same issue as DWinx. If anyone has a resolution it would...
View ArticleNew Post: Deploying using the new ParallelTask
Sorry for the delay, I'll try look into this further soon... Mike
View ArticleNew Post: .Web.Iis7Website from remote CI server...
Good day. I have been fighting this beast now for two days. I initially was running my CI server and msbuild project from a windows 2003 server and attempting to shutdown my remote IIS7 server. This...
View ArticleNew Post: Deploying using the new ParallelTask
Hi Mike,I wasn't sure what your last comment meant, for clarity, did it mean:A) With the new item list you provided I can now reproduce the issue and I will need time to look further into the causeorB)...
View ArticleNew Post: Integrating my Git tasks in MSBuild Extension Pack - feedback needed
Hi girls/guys, Allow me to introduce myself. My name is Wilbert van Dolleweerd. I just got all the latest sources from the Subversion repository and am looking for a way to cleanly integrate my Git...
View ArticleNew Post: Integrating my Git tasks in MSBuild Extension Pack - feedback needed
Great stuff. I agree with including the dependencies. Note we are using standard TFS for source control and not Subversion. I would recommend publishing your changes frequently to codeplex and when we...
View ArticleNew Post: Integrating my Git tasks in MSBuild Extension Pack - feedback needed
Hi Mike, I understand from your comment that I have to use TFS to be able to push back a change into the repository. Is the Subversion repository simply an automated clone of the TFS repository? If so,...
View ArticleNew Post: XmlFile Class : TaskAction ="ReadElements"
I am having trouble understanding how this works and I am look for a example. Currently I get the following error> error : Invalid TaskAction passed: ReadElements Given: <?xml version="1.0"...
View ArticleNew Post: XmlFile Class : TaskAction ="ReadElements"
That's correct. you must be on a version older than the November 2011 release if you get that error. If this is the case, please upgrade. If not let me know as we may have a bug
View ArticleNew Post: MSBuild.ExtensionPack.Framework.Parallel" task could not be ...
"c:\Users\black_13\Documents\programming\parallel\para1.proj" (default target) (1) -> (Default target) -> c:\Users\black_13\Documents\programming\parallel\para1.proj(12,5): error MSB4 062: The...
View Article