Skip to content

Commit

Permalink
Exclude TestApi from final package
Browse files Browse the repository at this point in the history
  • Loading branch information
engineering87 committed Oct 13, 2024
1 parent 352bf77 commit c815474
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/OpenSharpTrace.TestApi/OpenSharpTrace.TestApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<UserSecretsId>d2c09af8-66e1-4581-89df-935842dd6161</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions src/OpenSharpTrace/OpenSharpTrace.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RepositoryUrl>https://github.com/engineering87/OpenSharpTrace</RepositoryUrl>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<Version>4.1.0</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -31,6 +32,10 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath></PackagePath>
Expand Down

0 comments on commit c815474

Please sign in to comment.