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

Add templates of vss-extension.json and task.json for private testing #37

Open praneetloke opened 4 years ago

praneetloke commented 4 years ago

With #36, instructions were added to show how one could build a private version of the extension for contributors, who would like to test changes in their own personal Azure DevOps organization before submitting a PR. This issue is for adding templates of the manifest files, that need to be manually updated. Without the templates, a contributor would have to modify the main manifest files, which they would then have to revert before submitting the PR. It poses a slight hassle for them.

Instead, if there was a way for them to clone a template and modify the files accordingly and have .gitignore ignore any other manifest file, that'd be great. They can then create a package by specifying the alternate manifest files using the tfx-cli.