Forum: [VBP] General Discussion
10-12-2017, 03:03 PM
|
Replies: 4
Views: 9,002
|
Forum: [VBP] General Discussion
10-12-2017, 02:24 PM
|
Replies: 4
Views: 9,002
|
Forum: [VBP] General Discussion
10-12-2017, 12:51 PM
|
Replies: 4
Views: 9,002
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, 03:40 PM
|
Replies: 2
Views: 6,963
|
Forum: [VBP] General Discussion
01-08-2016, 02:02 PM
|
Replies: 2
Views: 6,963
|
Forum: [VBP] Third Party Tools
09-25-2015, 11:50 AM
|
Replies: 1
Views: 9,967
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, 12:56 AM
|
Replies: 2
Views: 9,381
|
Forum: [VBP] Third Party Tools
06-08-2015, 10:14 PM
|
Replies: 2
Views: 9,381
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, 03:33 PM
|
Replies: 3
Views: 7,842
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, 09:39 AM
|
Replies: 3
Views: 7,842
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...
|