danielsollondon / azvmimagebuilder

Azure VM Image Builder
180 stars 153 forks source link

Azure devops Azure image builder stuck before executing powershell scripts #111

Closed dextraa9791 closed 3 years ago

dextraa9791 commented 3 years ago

So i made a pipeline in azure devops with azure image builder. In the pastebin just before the 9 ### symbols it gets stuck for about an hour before starting to execute the first script. When i use the IIS example from the end to end example it works fine, but when trying to use my custom script it gets stuck here every time doing nothing it seems. At the end of the log file you can see an hour passed and all it did is a couple of registry settings.

https://pastebin.com/raw/VTEpfTqs

What could cause this?