Skip to content

Commit 7be884f

Browse files
committed
Build single version for docs pipeline
1 parent 0aea586 commit 7be884f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docfx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
dotnet-version: 10.0
3333

34-
- run: dotnet build ChartTools/ChartTools/ChartTools.csproj -p ProduceOnlyReferenceAssembly=true
34+
- run: dotnet build ChartTools/ChartTools/ChartTools.csproj --framework net10.0 -p ProduceOnlyReferenceAssembly=true
3535
- run: dotnet tool update -g docfx
3636
- run: docfx ChartTools/Docs/docfx.json
3737

0 commit comments

Comments
 (0)