Skip to content

Commit

Permalink
Remove DOTNET_ROLL_FORWARD
Browse files Browse the repository at this point in the history
docfx should work with the .NET 9 SDK.
  • Loading branch information
martincostello committed Dec 18, 2024
1 parent b0cc0ac commit e8387fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0

- name: Generate documentation
env:
DOTNET_ROLL_FORWARD: LatestMajor
run: |
dotnet tool restore
dotnet build --configuration Release /p:SKIP_POLLY_ANALYZERS=true
Expand Down

0 comments on commit e8387fb

Please sign in to comment.