Skip to content

Commit d09e115

Browse files
Use Artifacts Output
Use .NET 8 Artifacts Output feature to put all build output in a central directory structure instead of in each project directory.
1 parent 2fddc12 commit d09e115

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
mono_crash.*
1818

1919
# Build results
20+
[Aa]rtifacts/
2021
[Bb]uild/
2122
[Dd]ebug/
2223
[Dd]ebugPublic/

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<RepositoryUrl>https://github.com/grafana/grafana-opentelemetry-dotnet</RepositoryUrl>
2222
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2323
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
24+
<UseArtifactsOutput>true</UseArtifactsOutput>
2425
</PropertyGroup>
2526
<ItemGroup>
2627
<None Include="$(MSBuildThisFileDirectory)/internal/img/$(PackageIcon)" Pack="True" PackagePath="" />

0 commit comments

Comments
 (0)