Skip to content

Commit dc9a5ce

Browse files
committed
Pull the Readme into the project to be included
1 parent c884113 commit dc9a5ce

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: dotnet test --no-restore --verbosity normal
2626

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

3030
- name: 📤 Upload Artifacts
3131
uses: actions/upload-artifact@v3

src/todo/todo.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
<Pack>True</Pack>
2828
<PackagePath></PackagePath>
2929
</None>
30+
<None Include="..\..\Readme.md">
31+
<Pack>True</Pack>
32+
<PackagePath></PackagePath>
33+
</None>
3034
</ItemGroup>
3135

3236
<ItemGroup>

0 commit comments

Comments
 (0)