Skip to content

Commit c1d99d1

Browse files
authored
Added test path, update dotnet version in CI config
Issue #34
1 parent 656743b commit c1d99d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
5757

5858
env:
59-
Solution_Name: XpadControl.sln # Replace with your solution name, i.e. MyWpfApp.sln.
60-
Test_Project_Path: XpadControl.Interfaces.Tests\XpadControl.Interfaces.Tests.csproj # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj.
59+
Solution_Name: XpadControl.sln
60+
Test_Project_Path: XpadControl.Interfaces.Tests\XpadControl.Interfaces.Tests.csproj, XpadControl.Linux.Services.Test\XpadControl.Linux.Services.Test.csproj, XpadControl.Windows.Services.Test\XpadControl.Windows.Services.Test.csproj
6161

6262

6363
steps:
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install .NET Core
7171
uses: actions/setup-dotnet@v3
7272
with:
73-
dotnet-version: 6.0.x
73+
dotnet-version: 7.0.x
7474

7575
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
7676
- name: Setup MSBuild.exe

0 commit comments

Comments
 (0)