Add instructions.md for building and testing DSC #1257
Merged
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.
Create comprehensive build and test instructions document based on build.new.ps1 and workflows
Summary
Added a comprehensive
instructions.mdfile that provides detailed documentation for building and testing the DSC project. This document serves as a reference for contributors to validate changes before submitting pull requests.Location:
.github/instructions/instructions.md(for GitHub Copilot)What's Included
✅ Prerequisites: Lists required and automatically-installed dependencies
✅ Build Instructions: Debug, release, and cross-platform build commands
✅ Test Execution: Complete guide for Rust and Pester tests, including specific test groups
✅ Linting: Clippy usage and security audit instructions
✅ Package Creation: Instructions for creating MSIX, ZIP, and TGZ packages
✅ CI/CD Overview: Explains GitHub Actions workflows and how to simulate CI locally
✅ Troubleshooting: Common issues and solutions
✅ Parameter Reference: Complete table of all build.new.ps1 parameters
✅ Validation Guide: Steps to validate changes before submitting PRs
Changes
Verification
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.