Forum: [VBP] General Discussion
10-12-2017, 04:03 PM
|
Replies: 4
Views: 5,619
|
Forum: [VBP] General Discussion
10-12-2017, 03:24 PM
|
Replies: 4
Views: 5,619
|
Forum: [VBP] General Discussion
10-12-2017, 01:51 PM
|
Replies: 4
Views: 5,619
Conditional build rule
I'm trying to build a step with the conditional rule such as:
Build only if %VERSION% does not contain ["1.0.0" OR "2.0.0"]
This works fine for a single value when I just put 1.0.0, but does...
|
Forum: [VBP] General Discussion
01-08-2016, 04:40 PM
|
Replies: 2
Views: 4,999
|
Forum: [VBP] General Discussion
01-08-2016, 03:02 PM
|
Replies: 2
Views: 4,999
|
Forum: [VBP] Third Party Tools
09-25-2015, 12:50 PM
|
Replies: 1
Views: 7,361
Stopping on PowerShell script error
I'm using VBP v8.6:
I am deploying code to an Azure environment by use of a Powershell script. On the Powershell (build step) tab, I have the script radio button selected and my command is like...
|
Forum: [VBP] Third Party Tools
06-09-2015, 01:56 AM
|
Replies: 2
Views: 7,383
|
Forum: [VBP] Third Party Tools
06-08-2015, 11:14 PM
|
Replies: 2
Views: 7,383
Redirection not working for Curl command
I am attempting to write the output of a curl command to a file and it is not working when executing through my VBP step (Run Command step), but it works fine when I manually run it from command...
|
Forum: [VBP] General Discussion
03-20-2014, 04:33 PM
|
Replies: 3
Views: 5,847
Thanks for the quick response and I'm glad its...
Thanks for the quick response and I'm glad its been added to the latest release because I was having issues with the VB Script method. I will update my post as soon as I upgrade and test this out....
|
Forum: [VBP] General Discussion
03-19-2014, 10:39 AM
|
Replies: 3
Views: 5,847
Insert new key into appSettings.config
I want to be able to add a new key to the appSettings.config file. I can do the write xml and update existing entries no problem, but cannot add new lines? Any help would be much appreciated.
For...
|