Skip to content

Remove redundant dotnet build step from appveyor.yml#26

Merged
gerhardol merged 2 commits intofeature/ge7from
copilot/sub-pr-21-yet-again
Mar 8, 2026
Merged

Remove redundant dotnet build step from appveyor.yml#26
gerhardol merged 2 commits intofeature/ge7from
copilot/sub-pr-21-yet-again

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 8, 2026

The build_script in appveyor.yml contained a standalone dotnet build step that is redundant — dotnet publish already performs a build as part of its execution.

Changes

  • Removed the dotnet build -c Release step from build_script; the pipeline now goes directly from dotnet restoredotnet publish

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: RussKie <4403806+RussKie@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix redundancy in steps based on review feedback Remove redundant dotnet build step from appveyor.yml Mar 8, 2026
@gerhardol gerhardol marked this pull request as ready for review March 8, 2026 11:50
@gerhardol gerhardol merged commit 4eec3ca into feature/ge7 Mar 8, 2026
4 checks passed
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.

3 participants