We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247a9dd commit 29e95eeCopy full SHA for 29e95ee
.github/workflows/External-Storage-Tests.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Create temporal solution with .NET 8 projects
57
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
+ dotnet msbuild dotnet/DotNetStandardClasses.sln /t:DumpProjectsAndTests -p:DumpSolutionName=$SolutionFileName /m:1 -p:DumpSolutionTargetFrameworkDefault=net8
60
61
- name: Restore packages
62
run: dotnet restore $SolutionFile
0 commit comments