File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
build :
8
8
name : Create dotnet tool NuGet package
9
9
runs-on : ubuntu-latest
10
- container : mcr.microsoft.com/dotnet/sdk:6 .0
10
+ container : mcr.microsoft.com/dotnet/sdk:8 .0
11
11
steps :
12
12
- name : Check out repository
13
13
uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
10
10
build :
11
11
name : Build and test .NET projects
12
12
runs-on : ubuntu-latest
13
- container : mcr.microsoft.com/dotnet/sdk:6 .0
13
+ container : mcr.microsoft.com/dotnet/sdk:8 .0
14
14
steps :
15
15
- uses : actions/checkout@v3
16
16
- name : Setup .NET
17
17
uses : actions/setup-dotnet@v2
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
28
28
uses : actions/upload-artifact@v4
29
29
with :
30
30
name : debug-build
31
- path : /home/runner/work/data-migration-desktop-tool/data-migration-desktop-tool/Core/Cosmos.DataTransfer.Core/bin/Debug/net6 .0 # path/to/artifact/ # or path/to/artifact
31
+ path : /home/runner/work/data-migration-desktop-tool/data-migration-desktop-tool/Core/Cosmos.DataTransfer.Core/bin/Debug/net8 .0 # path/to/artifact/ # or path/to/artifact
Original file line number Diff line number Diff line change 9
9
build-package :
10
10
name : Build self-contained executables
11
11
runs-on : ubuntu-latest
12
- container : mcr.microsoft.com/dotnet/sdk:6 .0
12
+ container : mcr.microsoft.com/dotnet/sdk:8 .0
13
13
steps :
14
14
- name : Check .NET version
15
15
run : dotnet --version
Original file line number Diff line number Diff line change 44
44
build-package :
45
45
name : Build self-contained executables
46
46
runs-on : ubuntu-latest
47
- container : mcr.microsoft.com/dotnet/sdk:6 .0
47
+ container : mcr.microsoft.com/dotnet/sdk:8 .0
48
48
steps :
49
49
- name : Check .NET version
50
50
run : dotnet --version
Original file line number Diff line number Diff line change 8
8
build-test :
9
9
name : Build and test .NET projects
10
10
runs-on : ubuntu-latest
11
- container : mcr.microsoft.com/dotnet/sdk:6 .0
11
+ container : mcr.microsoft.com/dotnet/sdk:8 .0
12
12
steps :
13
13
- name : Check .NET version
14
14
run : dotnet --version
You can’t perform that action at this time.
0 commit comments