File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
inputs :
4
4
dotnet-version :
5
5
required : false
6
- default : " 6 .0.x"
6
+ default : " 8 .0.x"
7
7
description : " The .NET version to setup for the build"
8
8
type : string
9
9
dotnet-target :
10
10
required : false
11
- default : " net6 .0"
11
+ default : " net8 .0"
12
12
description : " The .NET target to set for JPRM"
13
13
type : string
14
14
36
36
name : build-artifact
37
37
retention-days : 30
38
38
if-no-files-found : error
39
- path : ${{ steps.jprm.outputs.artifact }}
39
+ path : ${{ steps.jprm.outputs.artifact }}
Original file line number Diff line number Diff line change 16
16
- name : Setup .NET
17
17
uses : actions/setup-dotnet@v1
18
18
with :
19
- dotnet-version : 6 .0.x
19
+ dotnet-version : 8 .0.x
20
20
- name : Restore dependencies
21
21
run : dotnet restore
22
22
- name : Build
Original file line number Diff line number Diff line change 15
15
- name : Setup .NET
16
16
uses : actions/setup-dotnet@v1
17
17
with :
18
- dotnet-version : 6 .0.x
18
+ dotnet-version : 8 .0.x
19
19
- name : Restore dependencies
20
20
run : dotnet restore
21
21
- name : Build Dotnet
35
35
version : " 0.0.0.9000"
36
36
verbosity : debug
37
37
path : .
38
- dotnet-target : " net6 .0"
38
+ dotnet-target : " net8 .0"
39
39
output : _dist
40
40
- name : Prepare GitHub Release assets
41
41
run : |-
Original file line number Diff line number Diff line change 10
10
build :
11
11
uses : ./.github/workflows/build.yml
12
12
with :
13
- dotnet-version : " 6 .0.*"
14
- dotnet-target : " net6 .0"
13
+ dotnet-version : " 8 .0.*"
14
+ dotnet-target : " net8 .0"
15
15
upload :
16
16
runs-on : ubuntu-latest
17
17
needs :
You can’t perform that action at this time.
0 commit comments