Skip to content

Commit 0bf415a

Browse files
committed
Migrating solution from sln to slnx
1 parent 7da9cac commit 0bf415a

3 files changed

Lines changed: 9 additions & 41 deletions

File tree

.github/workflows/csharp-dotnet.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ jobs:
1818
dotnet-version: 10.0.x
1919

2020
- name: Restore dependencies
21-
run: dotnet restore Upsilon.Apps.Passkey.sln
21+
run: dotnet restore Upsilon.Apps.Passkey.slnx
2222

2323
- name: Build Debug
24-
run: dotnet build Upsilon.Apps.Passkey.sln --no-restore --configuration Debug
24+
run: dotnet build Upsilon.Apps.Passkey.slnx --no-restore --configuration Debug
2525

2626
- name: Build Relesae
27-
run: dotnet build Upsilon.Apps.Passkey.sln --no-restore --configuration Release
27+
run: dotnet build Upsilon.Apps.Passkey.slnx --no-restore --configuration Release
2828

2929
- name: Test
30-
run: dotnet test --no-build --verbosity normal Upsilon.Apps.Passkey.sln
30+
run: dotnet test --no-build --verbosity normal Upsilon.Apps.Passkey.slnx
3131

3232

3333
permissions:

Upsilon.Apps.Passkey.sln

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

Upsilon.Apps.Passkey.slnx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Solution>
2+
<Project Path="Core/Upsilon.Apps.Passkey.Core.csproj" />
3+
<Project Path="Interfaces/Upsilon.Apps.Passkey.Interfaces.csproj" />
4+
<Project Path="UnitTests/UnitTests.csproj" />
5+
</Solution>

0 commit comments

Comments
 (0)