Fixing CI build

This commit is contained in:
2025-08-05 17:31:57 +02:00
parent 1309005b46
commit 90d8320abc
10 changed files with 64 additions and 36 deletions

View File

@@ -1,10 +1,20 @@
<Project>
<PropertyGroup>
<AssemblyOriginatorKeyFile>../../../cloudflare-api.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="AMWD.Net.API.Cloudflare" Version="0.1.0" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<ProjectReference Include="$(SolutionDir)\src\Cloudflare\Cloudflare.csproj" />
<ProjectReference Include="../../../src/Cloudflare/Cloudflare.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="../../../package-icon.png" Pack="true" PackagePath="/" />
<None Include="../../../LICENSE.txt" Pack="true" PackagePath="/" />
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)\..'))" />