Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
copilot-setup-steps:
name: Setup PowerShell Development Environment
runs-on: ubuntu-latest
env:
MODULE_NAME: 'SqlServerDsc'

permissions:
contents: read
Expand All @@ -29,6 +27,8 @@ jobs:
run: |
echo "Setting MODULE_NAME=$MODULE_NAME to GitHub environment"
echo "MODULE_NAME=$MODULE_NAME" >> "$GITHUB_ENV"
env:
MODULE_NAME: 'SqlServerDsc'

- name: Checkout Repository
uses: actions/checkout@v5
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`New-InvalidArgumentException` for parameter validation errors.
- Updated `.gitattributes` to enforce LF line endings for PowerShell files to
ensure cross-platform compatibility.
- Updated GitHub Copilot setup workflow to fix environment variable assignment.
- Updated GitHub Copilot setup workflow to fix environment variable assignment
in task.
- Updated VS Code tasks configuration to use proper build and test commands
with improved task grouping and problem matchers.
- Updated instruction files to use correct build command (`noop` instead of
Expand Down
Loading