Skip to content

Use the artifacts output layout#24

Merged
gregyjames merged 3 commits intomainfrom
13-use-the-artifacts-output-layout
Mar 14, 2026
Merged

Use the artifacts output layout#24
gregyjames merged 3 commits intomainfrom
13-use-the-artifacts-output-layout

Conversation

@gregyjames
Copy link
Copy Markdown
Owner

Description

Switches to artifacts output layout at the repository root, excludes the directory in .gitignore


Changes

  • Added artifacts output layour

Related Issues

Closes #13


@gregyjames gregyjames self-assigned this Mar 14, 2026
@gregyjames gregyjames added the enhancement New feature or request label Mar 14, 2026
@gregyjames gregyjames linked an issue Mar 14, 2026 that may be closed by this pull request
Replace the ArtifactsOutputDirectory property with ArtifactsPath, and define ArtifactsPath after RepoRoot is defined.
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<UseArtifactsOutput>true</UseArtifactsOutput>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

this is more of a build setting, so putting with the other build settings.

@gregyjames gregyjames merged commit 561649b into main Mar 14, 2026
4 of 6 checks passed
@mrfootoyou mrfootoyou deleted the 13-use-the-artifacts-output-layout branch March 14, 2026 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use the artifacts output layout

2 participants