Skip to content

Commit

Permalink
(build) use DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Nov 13, 2021
1 parent f154787 commit 9acbfb1
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
pull_request:
paths:
- 'docs/**'
env:
DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX: 2

jobs:
prepare:
name: Prepare Build
Expand Down Expand Up @@ -71,16 +74,6 @@ jobs:
with:
path: tools
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
-
name: Install .NET SDK 2.1.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: '2.1.x'
-
name: Install .NET SDK 5.0.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
-
name: Install .NET SDK 6.0.x
uses: actions/setup-dotnet@v1
Expand Down Expand Up @@ -131,16 +124,6 @@ jobs:
with:
path: tools
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
-
name: Install .NET SDK 2.1.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: '2.1.x'
-
name: Install .NET SDK 5.0.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
-
name: Install .NET SDK 6.0.x
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 9acbfb1

Please sign in to comment.