neilpeterson / azure-blueprints-pipeline-tasks

MIT License
17 stars 16 forks source link

Only works with windows build agents #28

Closed alex-frankel closed 4 years ago

alex-frankel commented 5 years ago

the az.blueprint module is written for powershell core, so it should work cross-platform. If I try to switch to a linux hosted agent I get this error:

image

neilpeterson commented 5 years ago

My guess is that this is related to the VstsTaskSDK commands used for internal things. For instance, gathering creds from the Azure Pipeline service connection.

This looks related, I will follow up.

https://github.com/Microsoft/azure-pipelines-agent/issues/1416

neilpeterson commented 4 years ago

At this time there is no plan to support the VstsTaskSDK command in Linux.

I will keep my eye open for any changes and / or alternate opportunities here.

Closing the issue for now.