Forum: [VBP] Third Party Tools
02-13-2008, 11:10 AM
|
Replies: 1
Views: 15,731
.NET Register/Unregister
Hello,
we need to unregister a .NET assembly along with his type library. The command-line is this one:
regasm.exe C:\MyAssembly.dll /nologo /s /u /tlb:C:\MyAssembly.tlb
but if I use the...
|
Forum: [VBP] Third Party Tools
02-07-2008, 04:34 AM
|
Replies: 3
Views: 17,519
|
Forum: [VBP] Third Party Tools
02-06-2008, 05:33 AM
|
Replies: 3
Views: 17,519
|
Forum: [VBP] Third Party Tools
02-06-2008, 05:22 AM
|
Replies: 3
Views: 17,519
Vss Conditional Build
Hello,
we are registered VBP users and are extremely satisfacted of it! Now we need to do the following:
Get the History of a VSS project and, if there are Check-ins after a label, compile and...
|
Forum: [VBP] General Discussion
08-28-2007, 02:34 AM
|
Replies: 4
Views: 12,489
|
Forum: [VBP] General Discussion
08-27-2007, 11:09 AM
|
Replies: 4
Views: 12,489
Yes I had the same idea. So I defined a...
Yes I had the same idea. So I defined a FAILED_STEPS in the Project (Macros). In Failure steps is a Run Script (vbscript):
FAILED_STEPS = FAILED_STEPS + " - " + %FAILSTEP_NAME%
At the end of...
|
Forum: [VBP] General Discussion
08-27-2007, 10:39 AM
|
Replies: 4
Views: 12,489
Error summary
Hello,
is it possible to send an email at the end of a build with a unique message listing all failed steps? The steps are obviously set to Continue on failure but if I define a failure step (send...
|