Skip to content

Commit 4b357f8

Browse files
committed
another fix
1 parent 0220574 commit 4b357f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Restore dependencies
3030
run: |
3131
dotnet restore
32-
nuget restore ./src/Tests/AutoInstrumentation.ConsoleAppNetFramework/AutoInstrumentation.ConsoleAppNetFramework.csproj
32+
nuget restore ./src/Tests/AutoInstrumentation.ConsoleAppNetFramework/AutoInstrumentation.ConsoleAppNetFramework.csproj -SolutionDirectory .
3333
3434
- name: Build
3535
run: dotnet build --no-restore

0 commit comments

Comments
 (0)