Forum: [VBP] General Discussion
02-18-2010, 01:17 PM
|
Replies: 1
Views: 11,958
|
Forum: [VBP] General Discussion
01-26-2010, 01:29 PM
|
Replies: 2
Views: 13,245
|
Forum: [VBP] General Discussion
01-26-2010, 01:27 PM
|
Replies: 2
Views: 13,245
Excluding folders in zip action
Hi
I'm using VBP 6.7a. I'm trying to exclude a folder while zipping. But its not working. According to an earlier post, I put in the full path to the directory (C:\builds\folder_x). But folder_x...
|
Forum: [VBP] General Discussion
01-07-2010, 03:29 PM
|
Replies: 4
Views: 15,022
|
Forum: [VBP] General Discussion
01-07-2010, 01:56 PM
|
Replies: 1
Views: 13,708
log file naming
I'm facing a little issue with naming log files for different projects I have. Seems like if I change the log file name of one project, all the other projects names their log files with that one...
|
Forum: [VBP] General Discussion
01-06-2010, 12:56 PM
|
Replies: 4
Views: 15,022
|
Forum: [VBP] General Discussion
01-06-2010, 11:24 AM
|
Replies: 4
Views: 15,022
foreach type functionality
I want to repeat a group of steps multiple times and pass different arguments to the constituent steps each time. Normally in NAnt/MSbuild, for example, we can write (or use theirs) a foreach task to...
|
Forum: [VBP] General Discussion
12-16-2009, 09:55 AM
|
Replies: 8
Views: 14,788
|
Forum: [VBP] General Discussion
12-15-2009, 12:50 PM
|
Replies: 8
Views: 14,788
It is checked. For all combinations of boolean...
It is checked. For all combinations of boolean values (false+true,true+false,false+false, true+true), the coditional step is executing. It should execute only for true+true, since its AND the first...
|
Forum: [VBP] General Discussion
12-15-2009, 11:56 AM
|
Replies: 8
Views: 14,788
The step is building even with those two macros...
The step is building even with those two macros set at no (the expression should evaluate to 'false and false =false' and the step should be skipped. But the 'log message' step is building and that's...
|
Forum: [VBP] General Discussion
12-15-2009, 09:47 AM
|
Replies: 8
Views: 14,788
|
Forum: [VBP] General Discussion
12-14-2009, 04:34 PM
|
Replies: 8
Views: 14,788
|
Forum: [VBP] Third Party Tools
10-22-2009, 02:59 PM
|
Replies: 0
Views: 10,003
Continuous integration TFS
Has anybody implemented CI with TFS as source repository. In the sample continuous.bld I was seeing that unlike 'check repository' steps for other source controls, the TFS one just calls a...
|