File tree 4 files changed +11
-7
lines changed
4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 26
26
- name : .NET core build
27
27
uses : actions/setup-dotnet@main
28
28
with :
29
- dotnet-version : 6.0.100-preview.3.21202.5
29
+ dotnet-version : ' 6.0.x'
30
+ include-prerelease : true
30
31
31
32
- name : Restore
32
33
run : dotnet restore
Original file line number Diff line number Diff line change 16
16
- name : .NET core build
17
17
uses : actions/setup-dotnet@main
18
18
with :
19
- dotnet-version : 6.0.100-preview.3.21202.5
19
+ dotnet-version : ' 6.0.x'
20
+ include-prerelease : true
20
21
21
22
- name : Restore
22
23
run : dotnet restore
25
26
- name : Build with dotnet
26
27
run : |
27
28
dotnet build --configuration Release --no-restore
28
- dotnet pack --configuration Release --no-build
29
+ dotnet pack --configuration Release --no-build --no-restore
29
30
shell : bash
30
31
31
32
- name : Test
Original file line number Diff line number Diff line change 17
17
- name : .NET core build
18
18
uses : actions/setup-dotnet@main
19
19
with :
20
- dotnet-version : 6.0.100-preview.3.21202.5
20
+ dotnet-version : ' 6.0.x'
21
+ include-prerelease : true
21
22
22
23
- name : Restore
23
24
run : dotnet restore
26
27
- name : Build with dotnet
27
28
run : |
28
29
dotnet build --configuration Release --no-restore
29
- dotnet pack --configuration Release --no-build
30
+ dotnet pack --configuration Release --no-build --no-restore
30
31
shell : bash
31
32
32
33
- name : Test
Original file line number Diff line number Diff line change 14
14
- name : .NET core build
15
15
uses : actions/setup-dotnet@main
16
16
with :
17
- dotnet-version : 6.0.100-preview.3.21202.5
17
+ dotnet-version : ' 6.0.x'
18
+ include-prerelease : true
18
19
19
20
- name : Restore
20
21
run : dotnet restore
23
24
- name : Build with dotnet
24
25
run : |
25
26
dotnet build --configuration Release --no-restore
26
- dotnet pack --configuration Release --no-build
27
+ dotnet pack --configuration Release --no-build --no-restore
27
28
shell : bash
28
29
29
30
- name : Test
You can’t perform that action at this time.
0 commit comments