Skip to content

Commit 247a9dd

Browse files
fix syntax error
1 parent a7e5786 commit 247a9dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/External-Storage-Tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555

5656
- name: Create temporal solution with .NET 8 projects
5757
run: |
58-
dotnet new sln --name $SolutionFileName --output dotnet --force
59-
dotnet msbuild dotnet\DotNetStandardClasses.sln /t:DumpProjectsAndTests -p:DumpSolutionName=$SolutionFileName /m:1 -p:DumpSolutionTargetFrameworkDefault=net8
58+
dotnet new sln --name $SolutionFileName --output dotnet --force
59+
dotnet msbuild dotnet\DotNetStandardClasses.sln /t:DumpProjectsAndTests -p:DumpSolutionName=$SolutionFileName /m:1 -p:DumpSolutionTargetFrameworkDefault=net8
6060
6161
- name: Restore packages
6262
run: dotnet restore $SolutionFile

0 commit comments

Comments
 (0)