Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynamix authored Jul 23, 2024
1 parent 0ba3447 commit 99e1c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Build .NET 4.8
if: matrix.dotnet-version == '4.8'
run: msbuild /p:Configuration=Release
run: "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\MSBuild.exe" /p:Configuration=Release

- name: Test .NET 8
if: matrix.dotnet-version == '8.0.x'
Expand All @@ -56,4 +56,4 @@ jobs:
- name: Test .NET 4.8
if: matrix.dotnet-version == '4.8'
run: |
vstest.console.exe Tynamix.ObjectFiller.Test\bin\Release\net461\Tynamix.ObjectFiller.Test.dll
""C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" Tynamix.ObjectFiller.Test\bin\Release\net461\Tynamix.ObjectFiller.Test.dll

0 comments on commit 99e1c9b

Please sign in to comment.