File tree 3 files changed +601
-601
lines changed
3 files changed +601
-601
lines changed Original file line number Diff line number Diff line change @@ -5,24 +5,23 @@ name: .NET
5
5
6
6
on :
7
7
push :
8
- branches : [ "main" ]
8
+ branches : ["main"]
9
9
pull_request :
10
- branches : [ "main" ]
10
+ branches : ["main"]
11
11
12
12
jobs :
13
13
build :
14
-
15
14
runs-on : ubuntu-latest
16
15
17
16
steps :
18
- - uses : actions/checkout@v3
19
- - name : Setup .NET
20
- uses : actions/setup-dotnet@v3
21
- with :
22
- dotnet-version : 7 .0.x
23
- - name : Restore dependencies
24
- run : dotnet restore
25
- - name : Build
26
- run : dotnet build --no-restore
27
- - name : Test
28
- run : dotnet test --no-build --verbosity normal
17
+ - uses : actions/checkout@v3
18
+ - name : Setup .NET
19
+ uses : actions/setup-dotnet@v3
20
+ with :
21
+ dotnet-version : 6 .0.x
22
+ - name : Restore dependencies
23
+ run : dotnet restore
24
+ - name : Build
25
+ run : dotnet build --no-restore
26
+ - name : Test
27
+ run : dotnet test --no-build --verbosity normal
You can’t perform that action at this time.
0 commit comments