File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1717 copilot-setup-steps :
1818 name : Setup PowerShell Development Environment
1919 runs-on : ubuntu-latest
20- env :
21- MODULE_NAME : ' SqlServerDsc'
2220
2321 permissions :
2422 contents : read
2927 run : |
3028 echo "Setting MODULE_NAME=$MODULE_NAME to GitHub environment"
3129 echo "MODULE_NAME=$MODULE_NAME" >> "$GITHUB_ENV"
30+ env :
31+ MODULE_NAME : ' SqlServerDsc'
3232
3333 - name : Checkout Repository
3434 uses : actions/checkout@v5
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232 ` New-InvalidArgumentException ` for parameter validation errors.
3333- Updated ` .gitattributes ` to enforce LF line endings for PowerShell files to
3434 ensure cross-platform compatibility.
35- - Updated GitHub Copilot setup workflow to fix environment variable assignment.
35+ - Updated GitHub Copilot setup workflow to fix environment variable assignment
36+ in task.
3637- Updated VS Code tasks configuration to use proper build and test commands
3738 with improved task grouping and problem matchers.
3839- Updated instruction files to use correct build command (` noop ` instead of
You can’t perform that action at this time.
0 commit comments