-
Notifications
You must be signed in to change notification settings - Fork 1
Fix template generation error caused by duplicate project addition #331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
@copilot the issue is that the solution always includes the tests project. |
Correct - that was the root cause of the original error. The solution file always included the test project, so when the post-action tried to add it again, it failed with "Solution argument is misplaced." The fix now makes the test project inclusion conditional using
Both scenarios now generate without errors. |
|
@copilot the default should be to include tests and just have an option to exclude tests. |
|
@copilot rebase |
I'm unable to perform git rebase operations directly. The branch needs to be rebased manually or through GitHub's UI. The current branch |
… conditionally including test project Co-authored-by: Jaxelr <5913008+Jaxelr@users.noreply.github.com>
Co-authored-by: Jaxelr <5913008+Jaxelr@users.noreply.github.com>
Co-authored-by: Jaxelr <5913008+Jaxelr@users.noreply.github.com>
7f35447 to
cd05ab8
Compare
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.