Skip to content

Commit daef687

Browse files
authored
Update dotnet.yml
1 parent f491302 commit daef687

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030

3131
- name: Setup .NET Framework 4.8
3232
if: matrix.dotnet-version == '4.8'
33-
run: |
34-
echo "Using pre-installed .NET Framework 4.8"
33+
run: echo "Using pre-installed .NET Framework 4.8"
3534

3635
- name: Restore dependencies .NET 8
3736
if: matrix.dotnet-version == '8.0.x'
@@ -48,7 +47,7 @@ jobs:
4847
- name: Build .NET 4.8
4948
if: matrix.dotnet-version == '4.8'
5049
run: |
51-
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\bin\MSBuild.exe" ObjectFillerNET.sln /p:Configuration=Release
50+
&"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\bin\MSBuild.exe" ObjectFillerNET.sln /p:Configuration=Release
5251
5352
- name: Test .NET 8
5453
if: matrix.dotnet-version == '8.0.x'
@@ -57,4 +56,4 @@ jobs:
5756
- name: Test .NET 4.8
5857
if: matrix.dotnet-version == '4.8'
5958
run: |
60-
"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
59+
&"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 commit comments

Comments
 (0)