Skip to content

Commit

Permalink
Included readme.md to package
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei15193 committed Jun 1, 2023
1 parent b85e632 commit f2ae5e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Restore
run: dotnet restore

- name: Trim readme.md
shell: pwsh
run: |
(Get-Content .\readme.md | Select-Object -Skip 2) | Out-File readme.md
- name: Build
shell: pwsh
run: |
Expand Down
1 change: 1 addition & 0 deletions CodeMap/CodeMap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\readme.md" Pack="true" PackagePath="" Visible="false" />
<None Include="..\LICENSE" Pack="true" PackagePath="" Visible="false" />
<None Include="..\logo.png" Pack="true" PackagePath="" Visible="false" />
</ItemGroup>
Expand Down

0 comments on commit f2ae5e5

Please sign in to comment.