Skip to content

Conversation

@KSemenenko
Copy link
Member

Summary

  • remove erroneous line continuations from the dotnet pack steps so MSBuild only receives the intended project argument

Testing

  • not run

https://chatgpt.com/codex/tasks/task_e_68e229d761248326b7098a2b8b83fdc3

Copilot AI review requested due to automatic review settings October 5, 2025 08:21
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes line continuation syntax in the CI workflow to ensure MSBuild receives the correct command-line arguments for dotnet pack operations.

  • Removes erroneous backslash line continuations from two dotnet pack commands
  • Consolidates multi-line commands into single lines for proper argument parsing

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@KSemenenko KSemenenko merged commit 79abc9d into main Oct 5, 2025
1 check failed
@KSemenenko KSemenenko deleted the codex/fix-msbuild-project-specification-error branch October 5, 2025 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants