File tree Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change 8
8
pull_request :
9
9
paths :
10
10
- ' docs/**'
11
+ env :
12
+ DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX : 2
13
+
11
14
jobs :
12
15
prepare :
13
16
name : Prepare Build
71
74
with :
72
75
path : tools
73
76
key : tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
74
- -
75
- name : Install .NET SDK 2.1.x
76
- uses : actions/setup-dotnet@v1
77
- with :
78
- dotnet-version : ' 2.1.x'
79
- -
80
- name : Install .NET SDK 5.0.x
81
- uses : actions/setup-dotnet@v1
82
- with :
83
- dotnet-version : ' 5.0.x'
84
77
-
85
78
name : Install .NET SDK 6.0.x
86
79
uses : actions/setup-dotnet@v1
@@ -131,16 +124,6 @@ jobs:
131
124
with :
132
125
path : tools
133
126
key : tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
134
- -
135
- name : Install .NET SDK 2.1.x
136
- uses : actions/setup-dotnet@v1
137
- with :
138
- dotnet-version : ' 2.1.x'
139
- -
140
- name : Install .NET SDK 5.0.x
141
- uses : actions/setup-dotnet@v1
142
- with :
143
- dotnet-version : ' 5.0.x'
144
127
-
145
128
name : Install .NET SDK 6.0.x
146
129
uses : actions/setup-dotnet@v1
You can’t perform that action at this time.
0 commit comments