Skip to content

Commit 4e28969

Browse files
authored
Update dotnet.yml
1 parent ae7434b commit 4e28969

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747

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

5253
- name: Test .NET 8
5354
if: matrix.dotnet-version == '8.0.x'
@@ -56,4 +57,4 @@ jobs:
5657
- name: Test .NET 4.8
5758
if: matrix.dotnet-version == '4.8'
5859
run: |
59-
"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
60+
"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 commit comments

Comments
 (0)