Dec 11 2023
03:57 AM
- last edited on
Mar 05 2024
05:03 PM
by
TechCommunityAP
Dec 11 2023
03:57 AM
- last edited on
Mar 05 2024
05:03 PM
by
TechCommunityAP
I have a powershell script that includes functions defined in it. When I run it manually the script works fine and reference to the functions works fine.
But when I when I run it inside Azure Devops pipeline "Powershell@2" task, the script gets stuck at the point where first function is referenced and just hangs.
Is there a particular way I need to call functions in this script?