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.
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 thetfx-cli
.