File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 6767 - name : 🧪 Run unit tests (sync)
6868 run : |
6969 dotnet test --filter Category!=async -c release
70+
7071 - name : 📛 Upload hang- and crash-dumps on test failure
7172 if : failure()
7273 uses : actions/upload-artifact@v3
@@ -108,7 +109,7 @@ jobs:
108109 dotnet restore ${{ github.workspace }}/TemplateTestMstest --source https://api.nuget.org/v3/index.json --source ${{ github.workspace }}/packages
109110 dotnet test ${{ github.workspace }}/TemplateTestMstest
110111
111- # DocFx only works well on Windows currently
112- - name : 📄 Build documentation
113- if : matrix.os == 'windows-latest'
114- run : dotnet build docs/site/
112+ - name : 📄 Building docs
113+ run : |
114+ dotnet tool update -g docfx --version 2.67.0
115+ docfx docs/site/docfx.json
You can’t perform that action at this time.
0 commit comments