File tree 3 files changed +12
-8
lines changed
3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
build :
14
+ name : Build & Test Solution
14
15
runs-on : ubuntu-latest
15
16
steps :
16
- - uses : actions/checkout@v3
17
- - name : Setup .NET
18
- uses : actions/setup-dotnet@v3
19
- with :
20
- dotnet-version : 7.0.x
17
+ - name : Checkout Repository
18
+ uses : actions/checkout@v4
19
+
21
20
- name : Restore dependencies
22
21
run : dotnet restore
23
- - name : Build
22
+
23
+ - name : Build Solution
24
24
run : dotnet build --no-restore
25
- - name : Test
25
+
26
+ - name : Test Solution
26
27
run : dotnet test --no-build --verbosity normal --filter Category=Unit
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changed
11
+
12
+ - Changed YML extensions to YAML.
13
+
10
14
### Removed
11
15
12
16
- Removed ` ExceptionDetail ` and dependency from ` System.Text.Json ` .
Original file line number Diff line number Diff line change 1
- version : ' 3.8'
2
1
services :
3
2
logitar_mssql :
4
3
image : mcr.microsoft.com/mssql/server:2022-latest
You can’t perform that action at this time.
0 commit comments