Forum: [VBP] Third Party Tools
10-03-2023, 07:21 AM
|
Replies: 3
Views: 19,506
|
Forum: [VBP] Third Party Tools
10-02-2023, 03:10 PM
|
Replies: 3
Views: 19,506
Azure module not recognized in PowerShell action
When this is executed from windows server powershell command line manually, it works fine, but when executed through VBP, it fails saying 'Get-AzCloudService' command not recognized. User is logged...
|
Forum: [VBP] General Discussion
10-12-2017, 03:03 PM
|
Replies: 4
Views: 19,341
|
Forum: [VBP] General Discussion
10-12-2017, 02:24 PM
|
Replies: 4
Views: 19,341
|
Forum: [VBP] General Discussion
10-12-2017, 12:51 PM
|
Replies: 4
Views: 19,341
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: 15,262
|
Forum: [VBP] General Discussion
01-08-2016, 03:02 PM
|
Replies: 2
Views: 15,262
|
Forum: [VBP] Third Party Tools
09-25-2015, 11:50 AM
|
Replies: 1
Views: 19,421
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: 18,255
|
Forum: [VBP] Third Party Tools
06-08-2015, 10:14 PM
|
Replies: 2
Views: 18,255
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: 14,715
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: 14,715
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...
|