We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a09b5b commit 525a9bbCopy full SHA for 525a9bb
1 file changed
.github/workflows/docfx-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
dotnet-version: 9.x
32
33
- run: dotnet restore Source/KZDev.PerfUtils.sln
34
- - run: dotnet build -c Release Source/KZDev.PerfUtils.sln
+ - run: dotnet build -c Release Source/Src/KZDev.PerfUtils/KZDev.PerfUtils.csproj
35
- run: dotnet tool update -g docfx
36
- run: docfx Source/Docs/docfx.json
37
0 commit comments