Skip to content

Commit

Permalink
Update dotnetbuildtest.yml
Browse files Browse the repository at this point in the history
Change target solution file
  • Loading branch information
lmalenfant authored Sep 8, 2024
1 parent 0f9f6c6 commit de17ca8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnetbuildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore src\\Vts.sln
run: dotnet restore src\\VtsLibrary.sln
- name: Build
run: dotnet build src\\Vts.sln --no-restore
run: dotnet build src\\VtsLibrary.sln --no-restore
- name: Test
run: dotnet test src\\Vts.sln --no-build --verbosity normal
run: dotnet test src\\VtsLibrary.sln --no-build --verbosity normal

0 comments on commit de17ca8

Please sign in to comment.