File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11name : ' Copilot Setup Steps'
2- env :
3- MODULE_NAME : ' SqlServerDsc'
42
53# This workflow sets up a complete development environment for the PowerShell module project
64# when executed by GitHub Copilot Agent for development assistance.
1917 copilot-setup-steps :
2018 name : Setup PowerShell Development Environment
2119 runs-on : ubuntu-latest
20+ env :
21+ MODULE_NAME : ' SqlServerDsc'
2222
2323 permissions :
2424 contents : read
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919 - Switch the workflow to use Linux.
2020 - Attempt to unshallow the Copilot branch
2121 - Improved AI instructions.
22+ - Enhanced workflow with proper environment variable configuration and DSCv3 verification.
2223- ` Assert-SqlDscLogin `
2324 - Added new public command to validate that a specified SQL Server principal
2425 exists as a login, throwing a terminating error if it doesn't exist.
You can’t perform that action at this time.
0 commit comments