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 7d7e77e commit 2757873Copy full SHA for 2757873
.github/workflows/workflows.yaml
@@ -136,7 +136,10 @@ jobs:
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
+ sed -i '/<\/Project>/i \
140
+ <ItemGroup>\n\
141
+ <None Include="README.md" Pack="true" PackagePath=\"\" />\n\
142
+ </ItemGroup>' src/Arch/Arch.csproj
143
144
# Restore
145
- name: Restore dependencies
0 commit comments