File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed
Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build :
14+ name : Build & Test Solution
1415 runs-on : ubuntu-latest
1516 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+
2120 - name : Restore dependencies
2221 run : dotnet restore
23- - name : Build
22+
23+ - name : Build Solution
2424 run : dotnet build --no-restore
25- - name : Test
25+
26+ - name : Test Solution
2627 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
77
88## [ Unreleased]
99
10+ ### Changed
11+
12+ - Changed YML extensions to YAML.
13+
1014### Removed
1115
1216- Removed ` ExceptionDetail ` and dependency from ` System.Text.Json ` .
Original file line number Diff line number Diff line change 1- version : ' 3.8'
21services :
32 logitar_mssql :
43 image : mcr.microsoft.com/mssql/server:2022-latest
You can’t perform that action at this time.
0 commit comments