Open DennisL68 opened 3 months ago
I need some help fixing the failed tests. I didn't touch any code :)
Hmm, seem to be an issue with the task generating help file for public commands, but it should not care about this new markdown file - must be a bug in the task. I will look into it.
So it seems the tasks is run in the wrong order. So, if you please, in the build.yaml. Can you move the task Copy_Source_Wiki_Folder
so that is is before the task Generate_Wiki_Sidebar
.
To this:
docs:
# The meta task Generate_Wiki_Content is not used so that Linux and macOS is supported
# - Generate_Conceptual_Help # Used for DSC resources
- Create_Wiki_Output_Folder
# - Generate_Markdown_For_DSC_Resources # Used for DSC resources
- Generate_Markdown_For_Public_Commands
- Generate_External_Help_File_For_Public_Commands
- Clean_Markdown_Of_Public_Commands
- Copy_Source_Wiki_Folder
- Generate_Wiki_Sidebar
- Clean_Markdown_Metadata
- Package_Wiki_Content
The build should work after the above change.
There is also a similar bug in the module DscResource.DocGenerator, but that won't affect this PR. I will create an issue in DocGenerator repo to track it.
Great. I'll have a go...
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81%. Comparing base (
e669ffa
) to head (e3f64b7
).
Yeay 👍
@johlju, I fixed some typos after the last check passed and now the checks doesn't seem to start up again.
/azp run
... and now the checks doesn't seem to start up again.
Temporary glitch in Azure DevOps probably. 🙂
Pull Request
Pull Request (PR) description
The README.md was getting pretty big so I'd like to move a large part of it to the Wiki instead
Added
Changed
Deprecated
Security
Fixed
Removed
Task list
build.ps1 -ResolveDependency
).This change is