New Post: Problem using BuildDeploymentManifest
Hello, As part of my CI process, I am trying to create the manifest file for an SSIS Project. I have found that I should be able to use the BuildDeploymentManifest Task in the Extension Pack to do...
View ArticleNew Post: Problem using BuildDeploymentManifest
Hi Gary Could you post the code you are using. Mike
View ArticleNew Post: [SOLVED] Problem using BuildDeploymentManifest
Hello Mike, Thanks for getting back to me, but I was able to figure out what was going on last night. I worked through this with a colleague and figured it out. Within the *.dtsx there is a path to the...
View ArticleNew Post: How to read child node in an Xml file?
Hi, I would like to know if it's possible to read a child by passing from the parent.<configuration> <Server> <RootDirectory>Temp</RootDirectory>...
View ArticleNew Post: How to read child node in an Xml file?
Hi The docs have ReadElements (Required: File, XPath Optional: Namespaces Output: Elements). Attributes are added as metadata So if those sub elements were attributes you'd get what you are after. I...
View ArticleNew Post: How to read child node in an Xml file?
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: How to read child node in an Xml file?
If you try the latest code from Main (.net 4) you can use the new ReadChildrenToMetadata property to do what you need. Remember to skip signing verification if you compile the code yourself......
View ArticleNew Post: How to check and add Application on remote web server?
Hi, I'm currently struggling with checking the existence of an application on a remote web server, and add new application on that server if needed. Using Iis7Website and Iis7Application works fine...
View ArticleNew Post: MSBuild.ExtensionPack.FileSystem.File Task Replace adds some bytes...
Greetings all, I experienced some problem when using MSBuild.ExtensionPack.FileSystem.File target with action "Replace". It replaces all that I need, but adds some bytes to the beginning of the file....
View ArticleNew Post: MSBuild.ExtensionPack.FileSystem.File Task Replace adds some bytes...
This might help - http://msbuildextensionpack.codeplex.com/discussions/77485 Mike
View ArticleNew Post: MSBuild.ExtensionPack.FileSystem.File Task Replace adds some bytes...
Thanks a lot, TextEncoding="windows-1251" fixed this issue.
View ArticleNew Post: DeploymentFileCompilerTask inclusion
Is there an intent to include the DeploymentFileCompilerTask task for SSIS ispac creation from the http://sqlsrvintegrationsrv.codeplex.com/ project anytime soon? It appears that the...
View ArticleNew Post: DeploymentFileCompilerTask inclusion
No, Why not just use their version? Mike
View ArticleNew Post: How to check and add Application on remote web server?
What happens if you provide a MachineName?
View ArticleNew Post: how to use MSBuild Extension Tasks in DefaultTemplate.xaml in Team...
Take a look at the MSBuild workflow activity http://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.build.workflow.activities.msbuild.aspx or you can use the FTP activity that is in that...
View ArticleNew Post: How to enable to MSBuild version property after installing...
You need to look at the assemblyinfo task.
View ArticleNew Post: Extension Pack and Nuget
So it looks to me like we should have two nuget packages. One package level and one solution level. Agree?
View ArticleNew Post: Using command line to build windows service project
How do i use command line to build windows service project?
View Article