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 f491302 commit daef687
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:

- name: Setup .NET Framework 4.8
if: matrix.dotnet-version == '4.8'
run: |
echo "Using pre-installed .NET Framework 4.8"
run: echo "Using pre-installed .NET Framework 4.8"

- name: Restore dependencies .NET 8
if: matrix.dotnet-version == '8.0.x'
Expand All @@ -48,7 +47,7 @@ jobs:
- name: Build .NET 4.8
if: matrix.dotnet-version == '4.8'
run: |
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\bin\MSBuild.exe" ObjectFillerNET.sln /p:Configuration=Release
&"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\bin\MSBuild.exe" ObjectFillerNET.sln /p:Configuration=Release
- name: Test .NET 8
if: matrix.dotnet-version == '8.0.x'
Expand All @@ -57,4 +56,4 @@ jobs:
- name: Test .NET 4.8
if: matrix.dotnet-version == '4.8'
run: |
"C:\Program Files\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" Tynamix.ObjectFiller.Test\bin\Release\net461\Tynamix.ObjectFiller.Test.dll
&"C:\Program Files\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" Tynamix.ObjectFiller.Test\bin\Release\net461\Tynamix.ObjectFiller.Test.dll

0 comments on commit daef687

Please sign in to comment.