Skip to content

Commit f32202b

Browse files
committed
chore: Migrate Solution to new slnx
1 parent 2d2f746 commit f32202b

File tree

4 files changed

+38
-178
lines changed

4 files changed

+38
-178
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Restore dependencies
1616
run: dotnet restore
1717
- name: Build
18-
run: dotnet build Extensions.sln --no-restore
18+
run: dotnet build Extensions.slnx --no-restore
1919
- name: Test
20-
run: dotnet test Extensions.sln --no-build --verbosity normal --filter "FullyQualifiedName!~Fusonic.Extensions.UnitTests.EntityFrameworkCore & FullyQualifiedName!~Fusonic.Extensions.Hangfire.Tests.HangfireTransactionalBehaviorTests"
20+
run: dotnet test Extensions.slnx --no-build --verbosity normal --filter "FullyQualifiedName!~Fusonic.Extensions.UnitTests.EntityFrameworkCore & FullyQualifiedName!~Fusonic.Extensions.Hangfire.Tests.HangfireTransactionalBehaviorTests"

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
include:
22
- component: $CI_SERVER_FQDN/fusonic/devops/components/dotnet-test/dotnet-test@1.0.0
33
inputs:
4-
sln-path: Extensions.sln
4+
sln-path: Extensions.slnx
55
image: mcr.microsoft.com/dotnet/sdk:10.0
66
- component: $CI_SERVER_FQDN/fusonic/devops/components/dotnet-test/dotnet-check-warnings@1.0.0
77
inputs:
8-
sln-path: Extensions.sln
8+
sln-path: Extensions.slnx
99
image: mcr.microsoft.com/dotnet/sdk:10.0
1010
- project: "fusonic/devops/images/gitlab-ci-tools"
1111
file: "release_tool.yml"

Extensions.sln

Lines changed: 0 additions & 174 deletions
This file was deleted.

Extensions.slnx

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path=".editorconfig" />
4+
<File Path=".editorconfig.disableAnalyzers" />
5+
<File Path=".gitlab-ci.yml" />
6+
<File Path="README.md" />
7+
<File Path="src/Directory.Build.props" />
8+
<File Path="src/Directory.Packages.props" />
9+
</Folder>
10+
<Folder Name="/Tests/">
11+
<Project Path="src/AspNetCore/test/AspNetCore.Tests.csproj" />
12+
<Project Path="src/Common/test/Common.Tests.csproj" />
13+
<Project Path="src/Email/test/Email.Tests.csproj" />
14+
<Project Path="src/EntityFrameworkCore/test/EntityFrameworkCore.Tests.csproj" />
15+
<Project Path="src/Hangfire/test/Hangfire.Tests.csproj" />
16+
<Project Path="src/Hosting/test/Hosting.Tests.csproj" />
17+
<Project Path="src/Mediator/test/Mediator.Tests.csproj" />
18+
<Project Path="src/UnitTests.EntityFrameworkCore.Npgsql/test/UnitTests.EntityFrameworkCore.Npgsql.Tests.csproj" />
19+
<Project Path="src/UnitTests.EntityFrameworkCore/test/UnitTests.EntityFrameworkCore.Tests.csproj" />
20+
</Folder>
21+
<Project Path="src/AspNetCore/src/AspNetCore.csproj" />
22+
<Project Path="src/Common/src/Common.csproj" />
23+
<Project Path="src/Email/src/Email.csproj" />
24+
<Project Path="src/EntityFrameworkCore/src/EntityFrameworkCore.csproj" />
25+
<Project Path="src/Hangfire/src/Hangfire.csproj" />
26+
<Project Path="src/Hosting/src/Hosting.csproj" />
27+
<Project Path="src/Mediator/src/Mediator.csproj" />
28+
<Project Path="src/UnitTests.EntityFrameworkCore.Npgsql/src/UnitTests.EntityFrameworkCore.Npgsql.csproj" />
29+
<Project Path="src/UnitTests.EntityFrameworkCore.SqlServer/src/UnitTests.EntityFrameworkCore.SqlServer.csproj" />
30+
<Project Path="src/UnitTests.EntityFrameworkCore/src/UnitTests.EntityFrameworkCore.csproj" />
31+
<Project Path="src/UnitTests.ServiceProvider/src/UnitTests.ServiceProvider.csproj" />
32+
<Project Path="src/UnitTests.SimpleInjector/src/UnitTests.SimpleInjector.csproj" />
33+
<Project Path="src/UnitTests/src/UnitTests.csproj" />
34+
</Solution>

0 commit comments

Comments
 (0)