Skip to content

Document ArtifactsProjectName property in artifacts output layout#51757

Merged
meaghanlewis merged 2 commits intomainfrom
copilot/update-artifacts-docs
Feb 17, 2026
Merged

Document ArtifactsProjectName property in artifacts output layout#51757
meaghanlewis merged 2 commits intomainfrom
copilot/update-artifacts-docs

Conversation

Copy link
Contributor

Copilot AI commented Feb 16, 2026

The artifacts output layout docs don't mention ArtifactsProjectName, which controls the project name subfolder under artifacts/<output-type>/. The property defaults to $(MSBuildProjectName) and is defined in Microsoft.NET.DefaultOutputPaths.targets.

  • Updated the folder structure table to note ArtifactsProjectName as customizable (matching existing pattern for ArtifactsPivots)
  • Added configuration example in "How to configure" section:
<PropertyGroup>
  <ArtifactsProjectName>CustomProjectName</ArtifactsProjectName>
</PropertyGroup>

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.


Internal previews

📄 File 🔗 Preview link
docs/core/sdk/artifacts-output.md docs/core/sdk/artifacts-output

Co-authored-by: DamianEdwards <249088+DamianEdwards@users.noreply.github.com>
Copilot AI changed the title [WIP] Update documentation to include ArtifactsProjectName property Document ArtifactsProjectName property in artifacts output layout Feb 16, 2026
Copilot AI requested a review from DamianEdwards February 16, 2026 23:09
@DamianEdwards DamianEdwards marked this pull request as ready for review February 16, 2026 23:18
@DamianEdwards DamianEdwards requested a review from a team as a code owner February 16, 2026 23:18
Copilot AI review requested due to automatic review settings February 16, 2026 23:18
Copy link
Contributor

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

Updates the artifacts output layout documentation to include the ArtifactsProjectName MSBuild property, which controls the project-name subfolder under artifacts/<output-type>/.

Changes:

  • Expanded the folder structure table to describe and link customization of the project-name level via ArtifactsProjectName.
  • Added a “How to configure” example showing how to set ArtifactsProjectName in a project file.

@meaghanlewis meaghanlewis merged commit 7334909 into main Feb 17, 2026
20 checks passed
@meaghanlewis meaghanlewis deleted the copilot/update-artifacts-docs branch February 17, 2026 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants