Migrate sln to slnx (#1056)

* Migrate sln to slnx

* Patch pipelines
This commit is contained in:
2025-07-27 11:38:56 +02:00
parent dcb50e9da3
commit 7d78a89d12
7 changed files with 57 additions and 137 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
env:
Configuration: Release
Solution_Path: Daybreak.sln
Solution_Path: Daybreak.slnx
Test_Project_Path: Daybreak.Tests\Daybreak.Tests.csproj
Wpf_Project_Path: Daybreak\Daybreak.csproj
Actions_Allow_Unsecure_Commands: true
+2 -1
View File
@@ -12,6 +12,7 @@ on:
pull_request:
branches:
- master
- release/*
jobs:
@@ -24,7 +25,7 @@ jobs:
runs-on: windows-latest
env:
Solution_Path: Daybreak.sln
Solution_Path: Daybreak.slnx
Test_Project_Path: Daybreak.Tests\Daybreak.Tests.csproj
Wpf_Project_Path: Daybreak\Daybreak.csproj
Actions_Allow_Unsecure_Commands: true
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
env:
Configuration: Release
Solution_Path: Daybreak.sln
Solution_Path: Daybreak.slnx
Test_Project_Path: Daybreak.Tests\Daybreak.Tests.csproj
Wpf_Project_Path: Daybreak\Daybreak.csproj
Actions_Allow_Unsecure_Commands: true
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
env:
Configuration: Release
Solution_Path: Daybreak.sln
Solution_Path: Daybreak.slnx
Actions_Allow_Unsecure_Commands: true
steps: