Change to artifact output, add CI
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-05-03 14:47:06 +02:00
parent 441f5dddaf
commit 2fa7bf130d
6 changed files with 29 additions and 13 deletions

View File

@@ -6,8 +6,6 @@
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<NoWarn>
<!-- Don't show warning to make method static for our tests. -->
CA1822