Skip to content

Commit

Permalink
Update dotnetbuildtest.yml
Browse files Browse the repository at this point in the history
Added the folder and solution file name
  • Loading branch information
lmalenfant authored Sep 6, 2024
1 parent 8dd322b commit 2f935f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnetbuildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore src\Vts.sln
- name: Build
run: dotnet build --no-restore
run: dotnet build src\Vts.sln --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test src\Vts.sln --no-build --verbosity normal

0 comments on commit 2f935f2

Please sign in to comment.