Skip to content

Commit 5cfb754

Browse files
committed
Move .NET version override in CI
1 parent 64cc8b8 commit 5cfb754

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- os: ubuntu-latest
2323
docsTarget: true
2424
cloudTestTarget: true
25+
# This is here alongside docsTarget because newer docfx doesn't work
26+
# with .NET 6.
27+
dotNetVersionOverride: 8.x
2528
- os: ubuntu-arm
2629
runsOn: ubuntu-24.04-arm64-2-core
2730
- os: macos-intel

0 commit comments

Comments
 (0)