UseArtifactsOutput

This commit is contained in:
Matt Parker
2025-05-18 14:06:58 +10:00
parent 4bd972f905
commit 5bd8fdc78c
3 changed files with 10 additions and 1 deletions

6
Directory.Build.props Normal file
View File

@@ -0,0 +1,6 @@
<Project>
<PropertyGroup>
<TreatWarningsAsErrors Condition="'$(Configuration)' != 'Debug'">true</TreatWarningsAsErrors>
<UseArtifactsOutput>true</UseArtifactsOutput>
</PropertyGroup>
</Project>