pulumi / pulumi-az-pipelines-task

Azure Pipelines task extension for running Pulumi apps.
https://marketplace.visualstudio.com/publishers/pulumi
Apache License 2.0
27 stars 19 forks source link

Migrate the task to use Node10 execution handler #84

Closed jdudleyie closed 2 years ago

jdudleyie commented 2 years ago

Describe the bug

In Azure DevOps, when using this task, a warning now appears:

##[warning]This task uses Node 6 execution handler, which will be deprecated soon. If you are the developer of the task - please consider the migration guideline to Node 10 handler - https://aka.ms/migrateTaskNode10. If you are the user - feel free to reach out to the owners of this task to proceed on migration.

If this is not the correct place to report, please let me know where to do so.

To Reproduce

Use this task in an Azure DevOps pipeline

Expected behavior

No warning.

praneetloke commented 2 years ago

Version 1.0.14 of the task extension was just released and will no longer produce this warning. Az Pipelines build agents will automatically pick up the new task extension version in sometime.

jdudleyie commented 2 years ago

Thanks