Skip to content

Commit

Permalink
Added test path, update dotnet version in CI config
Browse files Browse the repository at this point in the history
Issue #34
  • Loading branch information
vertigra authored Sep 29, 2023
1 parent 656743b commit c1d99d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on

env:
Solution_Name: XpadControl.sln # Replace with your solution name, i.e. MyWpfApp.sln.
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.
Solution_Name: XpadControl.sln
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


steps:
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x

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

0 comments on commit c1d99d1

Please sign in to comment.