File tree Expand file tree Collapse file tree 4 files changed +37
-134
lines changed Expand file tree Collapse file tree 4 files changed +37
-134
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 ci :
11- runs-on : windows-2022
11+ runs-on : windows-2025
1212 strategy :
1313 fail-fast : false
1414 matrix :
@@ -17,10 +17,10 @@ jobs:
1717 timeout-minutes : 120
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : .NET 10.0
23- uses : actions/setup-dotnet@v4
23+ uses : actions/setup-dotnet@v5
2424 with :
2525 dotnet-version : 10.0.x
2626
Original file line number Diff line number Diff line change @@ -20,17 +20,8 @@ function Clean() {
2020}
2121
2222function Build () {
23- function b ($target , $check = $True ) {
24- dotnet msbuild / t:$target / p:Configuration= $Configuration / p:ContinuousIntegrationBuild= true " $baseDir \src\NETProvider.sln" / v:m / m
25- if ($check ) {
26- Check- ExitCode
27- }
28- }
29- b ' Clean'
30- # this sometimes fails on CI
31- b ' Restore' $False
32- b ' Restore'
33- b ' Build'
23+ dotnet clean " $baseDir \src\NETProvider.slnx" - c $Configuration - v m
24+ dotnet build " $baseDir \src\NETProvider.slnx" - c $Configuration - p:ContinuousIntegrationBuild= true - v m
3425}
3526
3627function Versions () {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Solution >
2+ <Folder Name =" /EF6/" >
3+ <Project Path =" EntityFramework.Firebird.Tests/EntityFramework.Firebird.Tests.csproj" />
4+ <Project Path =" EntityFramework.Firebird/EntityFramework.Firebird.csproj" />
5+ </Folder >
6+ <Folder Name =" /EFCore/" >
7+ <Project Path =" FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests/FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests.csproj" />
8+ <Project Path =" FirebirdSql.EntityFrameworkCore.Firebird.Tests/FirebirdSql.EntityFrameworkCore.Firebird.Tests.csproj" />
9+ <Project Path =" FirebirdSql.EntityFrameworkCore.Firebird/FirebirdSql.EntityFrameworkCore.Firebird.csproj" />
10+ </Folder >
11+ <Folder Name =" /Provider/" >
12+ <Project Path =" FirebirdSql.Data.External/FirebirdSql.Data.External.shproj" />
13+ <Project Path =" FirebirdSql.Data.FirebirdClient.Tests/FirebirdSql.Data.FirebirdClient.Tests.csproj" />
14+ <Project Path =" FirebirdSql.Data.FirebirdClient/FirebirdSql.Data.FirebirdClient.csproj" />
15+ </Folder >
16+ <Folder Name =" /Provider/Perf/" >
17+ <Project Path =" Perf/Perf.csproj" />
18+ </Folder >
19+ <Folder Name =" /Provider/Scratchpad/" >
20+ <Project Path =" Scratchpad/Scratchpad.csproj" />
21+ </Folder >
22+ <Folder Name =" /Solution Items/" >
23+ <File Path =" Directory.Build.props" />
24+ <File Path =" Versions.props" />
25+ </Folder >
26+ <Folder Name =" /TestsBase/" >
27+ <Project Path =" FirebirdSql.Data.TestsBase/FirebirdSql.Data.TestsBase.shproj" />
28+ </Folder >
29+ <Properties Name =" TextTemplating" Scope =" PostLoad" >
30+ <Property Name =" TextTemplating" Value =" 1" />
31+ </Properties >
32+ </Solution >
You can’t perform that action at this time.
0 commit comments