Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] Third Party Tools (https://www.kinook.com/Forum/forumdisplay.php?f=3)
-   -   Stopping on PowerShell script error (https://www.kinook.com/Forum/showthread.php?t=5378)

paxil 09-25-2015 11:50 AM

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 this with the passed in parameters:
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powersh ell.exe PS_File.ps1 -param1 '%PARAM1%' -param2 '%PARAM2%' etc...

Whats happens is VBP will continue to build this powershell step successfully, but in the build output, I can see errors from the powershell script. How can I capture that error and stop the deployment.

This is the same issue whether I execute it as the "Run Program" or "PowerShell" build steps.

Thanks
GW

kinook 09-25-2015 12:08 PM

You need to write your PowerShell script in such a way that it returns a non-zero exit code on errors.

https://www.google.com/search?q=powershell+exit+code


All times are GMT -5. The time now is 06:39 AM.


Copyright © 1999-2023 Kinook Software, Inc.