Skip to content

Commit 525a9bb

Browse files
committed
Narrowed the docfx assembly build to just the needed package production assembly
1 parent 6a09b5b commit 525a9bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docfx-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
dotnet-version: 9.x
3232

3333
- run: dotnet restore Source/KZDev.PerfUtils.sln
34-
- run: dotnet build -c Release Source/KZDev.PerfUtils.sln
34+
- run: dotnet build -c Release Source/Src/KZDev.PerfUtils/KZDev.PerfUtils.csproj
3535
- run: dotnet tool update -g docfx
3636
- run: docfx Source/Docs/docfx.json
3737

0 commit comments

Comments
 (0)