File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - name : Setup .NET
1111 uses : actions/setup-dotnet@v1
1212 with :
13- dotnet-version : 5.0.202
13+ dotnet-version : ' 3.1.x'
14+ - name : Setup .NET
15+ uses : actions/setup-dotnet@v1
16+ with :
17+ dotnet-version : ' 5.0.202'
1418 - name : Install tools
1519 run : dotnet tool restore
1620 - name : Build and Test and Docs using FAKE
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build and Test Pull Request
33on :
44 pull_request :
55 branches : [ master ]
6-
6+
77jobs :
88 build :
99 runs-on : ubuntu-latest
1212 - name : Setup .NET
1313 uses : actions/setup-dotnet@v1
1414 with :
15- dotnet-version : 5.0.202
15+ dotnet-version : ' 3.1.x'
16+ - name : Setup .NET
17+ uses : actions/setup-dotnet@v1
18+ with :
19+ dotnet-version : ' 5.0.202'
1620 - name : Install tools
1721 run : dotnet tool restore
1822 - name : Build Test and Docs using FAKE
You can’t perform that action at this time.
0 commit comments