You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this extension to run a Powershell script to restore an Oracle Database.
The Oracle import (impdp) runs successfully but with some errors and returns a $LastExitCode of 5.
I want my script to check the $LastExidCode and mark the task as successful.
I've tried the following but my task always completes as failed:-
Hi,
I'm using this extension to run a Powershell script to restore an Oracle Database.
The Oracle import (impdp) runs successfully but with some errors and returns a $LastExitCode of 5.
I want my script to check the $LastExidCode and mark the task as successful.
I've tried the following but my task always completes as failed:-
Write-Host "DB Restored successfully"
Write-Host "##vso[task.complete result=Succeeded;]DONE"
##vso[task.complete result=Succeeded;]DONE
Am i doing something wrong here?
Thanks for your help,
Darren
The text was updated successfully, but these errors were encountered: