dotnet-artifacts-output Reference guide for the .NET SDK artifacts output layout, which centralizes build outputs ( , , , ) into a single directory at the repo root. Available since .NET 8 as an opt-in feature. Recommended for new projects; evaluate tradeoffs before migrating existing projects. Prerequisites: Run [skill:dotnet-version-detection] first to confirm .NET 8+ SDK -- artifacts output layout is not available in earlier SDK versions. Scope boundary: [skill:dotnet-project-structure] covers source tree organization ( , , , ). This skill covers build output organization ( , , ). Source t…