Feature request
To my knowledge, the helper doing the upload to a DevOps wiki only supports projectWiki types of repos (ending with .wiki) ?
Describe the solution you'd like
An option to use a codeWiki repo as destination
Describe alternatives you've considered
We are using a separate pwsh step doing this today (clone, commit and push), but it's not as streamlined as it could be if this "option" would be available with in the module.
Additional context
We have branch policies set on project level and thus, makes it less convenient (or even not possible) to set bypass for these policies, for just this repo.
If implemented, I'll guess settings as branch name and other stuff needs to be configurable.
Feature request
To my knowledge, the helper doing the upload to a DevOps wiki only supports
projectWikitypes of repos (ending with .wiki) ?Describe the solution you'd like
An option to use a
codeWikirepo as destinationDescribe alternatives you've considered
We are using a separate pwsh step doing this today (clone, commit and push), but it's not as streamlined as it could be if this "option" would be available with in the module.
Additional context
We have branch policies set on project level and thus, makes it less convenient (or even not possible) to set bypass for these policies, for just this repo.
If implemented, I'll guess settings as
branch nameand other stuff needs to be configurable.