We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233b661 commit 6a09b5bCopy full SHA for 6a09b5b
1 file changed
.github/workflows/docfx-publish.yml
@@ -30,8 +30,9 @@ jobs:
30
with:
31
dotnet-version: 9.x
32
33
+ - run: dotnet restore Source/KZDev.PerfUtils.sln
34
+ - run: dotnet build -c Release Source/KZDev.PerfUtils.sln
35
- run: dotnet tool update -g docfx
- - run: dotnet build -c Release --no-incremental Source/KZDev.PerfUtils.sln
36
- run: docfx Source/Docs/docfx.json
37
38
- name: Upload artifact
0 commit comments