-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using TFS2008 and within my TFSBuild.proj file I have a target that call xcopy to copy the build to the production website location for automation. However I am receiving the following error when running the build:
Task "Exec" Command: xcopy "\\test\TFSBuilds\Online System V2 Build to NETPUB_20100430…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Using the VS 2008 GDR update, I have created a database project. I have created a SQL Server deployment package. I have created a database unit test.
Using some wizards, the stuff got into my tfsbuild.proj file so near the end of the automated build process a database is created.
I lack a little…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Because I have several builds sharing some assemblies containing common build tasks, I have one TFSBuild.proj for all builds and import different targets depending on the build, like the following:
<Project DefaultTargets="DesktopBuild" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I have a web application that has some non-web projects as well.
When using Web Deployment, a single assembly is generated for all the aspx.vb files.
When using Team Build (TS 2008), a lot number App_Web_xxx.dll file(s) are generated instead of a single assembly.
How can i solve this problem…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have declared an MSBuild tag in my TFSBuild project in order to publish ClickOnce files for my project.
WSE 3.0 and .Net 3.0 are both pre-requisites for the application, so in Visual Studio I have ticked those as pre-requisites. When I build from Visual Studio, it creates a setup.exe file that…
>>> More