Skip to content

Commit e7ac499

Browse files
Install .NET 9 RC in the pages pipeline (#43)
Install .NET 9 RC in the pages pipeline so DocFX can run correctly.
1 parent 2b89377 commit e7ac499

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v4
31+
32+
- name: Setup .NET Core SDK
33+
uses: actions/setup-dotnet@v4
34+
with:
35+
dotnet-version: '9.0.x'
36+
dotnet-quality: 'preview'
3137

3238
- name: Setup Pages
3339
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)