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 3b590b8 commit 7d7e77eCopy full SHA for 7d7e77e
.github/workflows/workflows.yaml
@@ -133,6 +133,11 @@ jobs:
133
- name: Copy README.md into project folder
134
run: cp README.md src/Arch/README.md
135
136
+ # Patch csproj temporary to include the package readme
137
+ - name: Patch .csproj for README.md
138
+ run: |
139
+ echo ' <ItemGroup><None Include="README.md" Pack="true" PackagePath="" /></ItemGroup>' >> src/Arch/Arch.csproj
140
+
141
# Restore
142
- name: Restore dependencies
143
run: dotnet restore src/Arch/Arch.csproj
0 commit comments