Skip to content

Commit

Permalink
fix: Fixed generation of the incorrect nuget package without the lib …
Browse files Browse the repository at this point in the history
…folder.
  • Loading branch information
hennadiilu authored Mar 27, 2024
1 parent ffb2037 commit 0ed7367
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
<PackageProjectUrl>https://heleonix.github.io/docs/Heleonix.Testing</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/Heleonix/docs/master/images/heleonix-logos/Heleonix-logo-128x128.jpg</PackageIconUrl>

<IncludeSymbols>false</IncludeSymbols>
<IncludeSource>false</IncludeSource>
<NoPackageAnalysis>true</NoPackageAnalysis>
<ContentTargetFolders>.\</ContentTargetFolders>
<BuildOutputTargetFolder>.\</BuildOutputTargetFolder>
<NoWarn>NU5048</NoWarn>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,6 @@ public static class TheCoolStory
> This commit message will be used in automatically generated [Github Release Notes](https://github.com/Heleonix/Heleonix.Testing/releases)
> and [NuGet Release Notes](https://www.nuget.org/packages/Heleonix.Testing/#releasenotes-body-tab)
5. Monitor the [Release: .NET / NuGet](https://github.com/Heleonix/Heleonix.Testing/actions/workflows/release-net-nuget.yml)
6. Monitor the [Release: .NET / NuGet](https://github.com/Heleonix/Heleonix.Testing/actions/workflows/release-net-nuget.yml)
GitHub workflow to make sure your changes are delivered successfully
5. In case of any issues, please contact [[email protected]](mailto:[email protected])
7. In case of any issues, please contact [[email protected]](mailto:[email protected])

0 comments on commit 0ed7367

Please sign in to comment.