We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c884113 commit dc9a5ceCopy full SHA for dc9a5ce
.github/workflows/dotnet-core.yml
@@ -25,7 +25,7 @@ jobs:
25
run: dotnet test --no-restore --verbosity normal
26
27
- name: 📦 Package NuGet
28
- run: dotnet pack --no-build --configuration Release
+ run: dotnet pack --no-build --configuration Release src/todo/todo.csproj
29
30
- name: 📤 Upload Artifacts
31
uses: actions/upload-artifact@v3
src/todo/todo.csproj
@@ -27,6 +27,10 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
+ <None Include="..\..\Readme.md">
+ <Pack>True</Pack>
32
+ <PackagePath></PackagePath>
33
+ </None>
34
</ItemGroup>
35
36
<ItemGroup>
0 commit comments