Skip to content

Fix PowerShell line continuation syntax in release workflow#45

Merged
Chris-Wolfgang merged 2 commits into
developfrom
copilot/sub-pr-41-yet-again
Dec 27, 2025
Merged

Fix PowerShell line continuation syntax in release workflow#45
Chris-Wolfgang merged 2 commits into
developfrom
copilot/sub-pr-41-yet-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 27, 2025

Description

Fixed PowerShell syntax error in the dotnet pack command at line 129 of .github/workflows/release.yaml. The command was missing a backtick (`) line continuation character, causing the multi-line command to be improperly parsed.

Change:

- dotnet pack src/Wolfgang.Etl.Abstractions/Wolfgang.Etl.Abstractions.csproj 
+ dotnet pack src/Wolfgang.Etl.Abstractions/Wolfgang.Etl.Abstractions.csproj `
  --no-build `

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Refactor

How Has This Been Tested?

  • YAML syntax validation
  • Automated code review

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Screenshots (if applicable)

N/A

Additional context

Addresses feedback from PR #41 review comment regarding improperly formatted PowerShell command that would fail during workflow execution.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Chris-Wolfgang <210299580+Chris-Wolfgang@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CI/CD for .NET 10 and release automation Fix PowerShell line continuation syntax in release workflow Dec 27, 2025
Copilot AI requested a review from Chris-Wolfgang December 27, 2025 18:04
@Chris-Wolfgang Chris-Wolfgang marked this pull request as ready for review December 27, 2025 21:26
@Chris-Wolfgang Chris-Wolfgang merged commit 5bb9bb2 into develop Dec 27, 2025
@Chris-Wolfgang Chris-Wolfgang deleted the copilot/sub-pr-41-yet-again branch December 27, 2025 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants