File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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'
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'
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
You can’t perform that action at this time.
0 commit comments