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

@@ -2,4 +2,16 @@
<PropertyGroup>
<PathMap>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))=./</PathMap>
</PropertyGroup>
<PropertyGroup>
<UseArtifactsOutput>true</UseArtifactsOutput>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0"/>
<PackageReference Include="PolySharp" Version="1.15.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>