From e8387fb9872372403a2645d161422c5778d5c9ea Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Wed, 18 Dec 2024 11:26:34 +0000 Subject: [PATCH] Remove DOTNET_ROLL_FORWARD docfx should work with the .NET 9 SDK. --- .github/workflows/gh-pages.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index aea7ba546c..e3bb8a186e 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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