-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AzureDevOpsDsc: Support publish wiki documentation #31
Conversation
@SphenicPaul small one to enable Wiki publish and also limit the property |
Integration tests cannot run until merged to main. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@johlju - Sorry for the delay in reviewing this - I've just the 1 comment relating to a grammatical error that looks to have existed before this change but might as well be fixed as part of this.
Reviewed 6 of 6 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @johlju)
source/Classes/010.AzDevOpsProject.ps1, line 21 at r1 (raw file):
changed
This should probably be corrected to change
(i.e. remove the d
).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No worries. 🙂 We are all busy with day jobs. 🙂
Reviewable status: 5 of 6 files reviewed, 1 unresolved discussion (waiting on @SphenicPaul)
source/Classes/010.AzDevOpsProject.ps1, line 21 at r1 (raw file):
Previously, SphenicPaul (Paul J. Wilcox) wrote…
changed
This should probably be corrected to
change
(i.e. remove thed
).
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r2.
Reviewable status: complete! all files reviewed, all discussions resolved
Pull Request (PR) description
wiki (issue #15).
This will publish the markdown documentation that is generated bu the
build pipeline.
WikiSource
. Every markdown file in the folderWikiSource
will be published to the GitHub repository wiki. The markdownfile
Home.md
will be updated with the correct module version on eachpublish to gallery (including preview).
RequiredModules.ps1
to latest pipeline pattern.build.yaml
to latest pipeline pattern.SourceControlType
to (for now)limit the parameter to the values
Git
andTfvc
.since that is now add automatically to the documentation (conceptual
help and wiki documentation).
This Pull Request (PR) fixes the following issues
Task list
file CHANGELOG.md. Entry should say what was changed and how that
affects users (if applicable), and reference the issue being resolved
(if applicable).
This change is