0
votes
2answers
42 views
How do you format text in MSBuild?
Specifically, I am looking to zero pad a number to create a string based label. i.e. build 7 into build 007. You can easily add strings together, but in all my searches on format …
0
votes
1answer
32 views
CCNet email does not include MSBuild results
We're using CCNet 1.4.4.83 but when an MSBuild task fails, we don't get the MSBuild results (i.e. missing file or whatever reason the compile failed) in the email notification.
I …
0
votes
3answers
116 views
WPF app builds in vs2k8, but not on command line w/ msbuild
I have a fairly small solution that includes a WPF windows application. It builds perfectly fine when built from the solution. I recently integrated the projects contained within t …
0
votes
0answers
70 views
How can we provide absolute path of file to ApplicationFile?
In my scenario I have created two bootstrappers:
With Relative Prerequisites (at the
local repository).
With HomeSite (download from the
vendor's website).
Now I have to copy …
1
vote
1answer
21 views
Is it possible to access files stored in TFS’s source control from the TFSBuild.proj file before the “Get” build task?
I’m using a few custom MSBuild tasks that are checked into source control. I would like to import these tasks into my TFSBuild.proj file that TFS uses to build the project. Right n …
0
votes
1answer
32 views
Getting Build URi or Build number of the last build from MSBuild
Hi all,
I am trying to create a custom task for MSBuild so that it will send an email to the users that sais that a new version is up on the test server.
I go the email part done …
0
votes
2answers
309 views
MSBuild MSBuildCommunityTasks Task Time
I have a MSBuild project and I want the current date to be added to a zip file that I am creating.
I am using the MSBuildCommunityTasks.
''
'<'Import Project="$(MSBui …
0
votes
1answer
39 views
msbuild builds always debug
I am trying to build release mode .
like that
msbuild LP.sln /p:buildmode=release
Blockquote
but i get always debug . any idea why ?
I saw and checked following posts .
…
3
votes
4answers
1k views
Programatically find TFS changes since last good build
I have several branches in TFS (dev, test, stage) and when I merge changes into the test branch I want the automated build and deploy script to find all the updated SQL files and d …
2
votes
1answer
57 views
ASP.NET: Execute MSBuild tasks after publishing
I have an ASP.NET project.
There is a 'Publish...' option in the context menu of the project (Visual Studio 2008).
Can I add some custom MSBuild tasks that will be performed each …
0
votes
1answer
175 views
How to install msi on remote machine in msbuild without using psexec?
I have searched all the custom tasks in Extension Pack and Community Tasks and finally found a task called Msi.Istall in SDC
Tasks. But the documentation is bad and causes proble …
0
votes
3answers
46 views
Svcutil.exe MSBuild Task
Is there a task in MSBuild to execute svcutil.exe? Or is there a definitive wrapper task somewhere?
0
votes
1answer
153 views
MSBuild TFS Build Number
Hi,
I have been using SVN for a little while now. recently on a project I am using TFS. With the builds I like to append/update the build version number on the project output. I …
1
vote
3answers
220 views
How to invoke the same msbuild target twice with different parameters from within msbuild project file itself.
Dear ladies and sirs.
I have the following piece of msbuild code:
<PropertyGroup>
<DirA>C:\DirA\</DirA>
<DirB>C:\DirB\</DirB>
</Prope …
0
votes
1answer
35 views
Running portion of a TeamBuild as x64 [for xunit.net tests]
Using Team Foundation Build, I'm invoking the xunit.net xunit task, which is /platform:AnyCpu, but my TeamBuild invocation of the TFSBuild.proj is vanilla.
I have a number of test …
