File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,31 +205,7 @@ jobs:
205205 runs-on : ubuntu-latest
206206 steps :
207207 - name : ' Checkout ${{ github.head_ref || github.ref }}'
208- uses : actions/checkout@v4
209- - name : ' Overwrite assembly-metadata.json'
210- shell : bash
211- env :
212- source-folder : ' ../src'
213- project-files : ' **/*.csproj'
214- output-folder : ${{ env.friendly-version }}
215- run : |
216- echo "{
217- \"$schema\": \"https://raw.githubusercontent.com/dotnet/docfx/main/schemas/docfx.schema.json\",
218- \"metadata\": [
219- {
220- \"src\": [
221- {
222- \"src\": \"{{ env.source-folder }}\",
223- \"files\": [
224- \"{{ env.project-files }}\"
225- ]
226- }
227- ],
228- \"dest\": \"${{ env.output-folder }}\",
229- \"outputFormat\": \"apiPage\"
230- }
231- ]
232- }" >! ./api-reference/assembly-metadata.json
208+ uses : actions/checkout@v4
233209 - name : ' Generate assembly metadata'
234210 uses : ./.github/actions/docfx-metadata
235211 with :
You can’t perform that action at this time.
0 commit comments