Skip to content

Commit

Permalink
Pull the Readme into the project to be included
Browse files Browse the repository at this point in the history
  • Loading branch information
rprouse committed Sep 30, 2024
1 parent c884113 commit dc9a5ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: dotnet test --no-restore --verbosity normal

- name: 📦 Package NuGet
run: dotnet pack --no-build --configuration Release
run: dotnet pack --no-build --configuration Release src/todo/todo.csproj

- name: 📤 Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down
4 changes: 4 additions & 0 deletions src/todo/todo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\Readme.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit dc9a5ce

Please sign in to comment.