fix: align build pipeline with TemplateDotNetTool patterns#142
Merged
Malcolmnixon merged 3 commits intomainfrom Feb 19, 2026
Merged
fix: align build pipeline with TemplateDotNetTool patterns#142Malcolmnixon merged 3 commits intomainfrom
Malcolmnixon merged 3 commits intomainfrom
Conversation
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix build pipeline comments and organization
fix: align build pipeline with TemplateDotNetTool patterns
Feb 19, 2026
Malcolmnixon
approved these changes
Feb 19, 2026
This was referenced Feb 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
The build pipeline was missing several key patterns from the TemplateDotNetTool template: job-level comments, logical step grouping in
build-docs, tool version capture (VersionMark), automated build notes generation (BuildMark), and the SpdxTool Build Notes PDF artifact.Tool Integration
demaconsulting.versionmark(v0.1.0) anddemaconsulting.buildmark(v0.3.0) to.config/dotnet-tools.json.versionmark.yamldefining version capture patterns for all build toolsBuild Pipeline (
build.yaml)quality-checks,build,codeql,build-docs)quality-checksandbuild(matrix-aware job IDs:build-win/build-ubuntu)build-docsinto labeled sections matching template structure:=== CHECKOUT AND DOWNLOAD ARTIFACTS ====== INSTALL DEPENDENCIES ====== CAPTURE TOOL VERSIONS ====== GENERATE MARKDOWN REPORTS ====== GENERATE HTML DOCUMENTS WITH PANDOC ====== GENERATE PDF DOCUMENTS WITH WEASYPRINT ====== UPLOAD ARTIFACTS ===docs/buildnotes.mddocs/buildnotes/versions.mddocs/SpdxTool Build Notes.pdfdocs/buildnotes.mdBuild Notes Document Infrastructure
docs/buildnotes/definition.yaml— Pandoc document definitiondocs/buildnotes/title.txt— PDF front-matter (title, subtitle, keywords)docs/buildnotes/introduction.md— Static introduction sectionSpell Check
versionmark/VersionMarkto.cspell.jsonType of Change
Related Issues
Pre-Submission Checklist
Before submitting this pull request, ensure you have completed the following:
Build and Test
dotnet build --configuration Releasedotnet test --configuration ReleaseCode Quality
dotnet format --verify-no-changesQuality Checks
Please run the following checks before submitting:
cspell "**/*.{md,cs}"markdownlint "**/*.md"yamllint '**/*.{yml,yaml}'Testing
Documentation
Additional Notes
Pipeline-only changes — no production code modified. The
build-docsjob now requires VersionMark captures from upstream jobs;continue-on-error: trueis set on the version-capture download to prevent failures on first run before those artifacts exist.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/demaconsulting/TemplateDotNetTool/contents/docs/usr/bin/curl curl -s REDACTED(http block)https://api.github.com/repos/demaconsulting/TemplateDotNetTool/contents/docs/buildnotes/usr/bin/curl curl -s REDACTED(http block)If you need me to access, download, or install something from one of these locations, you can either:
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.