Skip to content

Commit

Permalink
add publish with aspnetcore target manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
R0boC0p committed May 23, 2024
1 parent 81d1de2 commit 5814741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: dotnet build --no-restore

- name: Test
run: dotnet test --verbosity normal
run: dotnet test --no-build --verbosity normal

- name: Pack
run: dotnet pack --no-build -o ./nupkg
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyName>Microsoft.AspNetCore.Mvc.$(MSBuildProjectName)</AssemblyName>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>

<PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>
<IncludeContentInPack>true</IncludeContentInPack>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down

0 comments on commit 5814741

Please sign in to comment.