Skip to content

Update build tasks to use property syntax for output paths - #47

Merged
ptr727 merged 2 commits into
developfrom
fixbuild
Apr 13, 2026
Merged

Update build tasks to use property syntax for output paths#47
ptr727 merged 2 commits into
developfrom
fixbuild

Conversation

@ptr727

@ptr727 ptr727 commented Apr 13, 2026

Copy link
Copy Markdown
Owner

Signed-off-by: Pieter Viljoen ptr727@users.noreply.github.com

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 13, 2026 23:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the GitHub Actions build workflows to specify output directories via MSBuild property arguments instead of --output, affecting where build/publish artifacts are written during CI.

Changes:

  • Build library workflow: replaced --output with PackageOutputPath.
  • Build executable workflow: replaced --output with PublishDir.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/build-library-task.yml Changes how the library build step determines where artifacts are written for packaging/zipping/pushing.
.github/workflows/build-executable-task.yml Switches publish output directory configuration to an MSBuild property (PublishDir).

Comment thread .github/workflows/build-library-task.yml Outdated
Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

@ptr727
ptr727 merged commit 8d9e87c into develop Apr 13, 2026
24 checks passed
@ptr727
ptr727 deleted the fixbuild branch July 7, 2026 21:05
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