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 0220574 commit 4b357f8Copy full SHA for 4b357f8
.github/workflows/dotnet.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Restore dependencies
30
run: |
31
dotnet restore
32
- nuget restore ./src/Tests/AutoInstrumentation.ConsoleAppNetFramework/AutoInstrumentation.ConsoleAppNetFramework.csproj
+ nuget restore ./src/Tests/AutoInstrumentation.ConsoleAppNetFramework/AutoInstrumentation.ConsoleAppNetFramework.csproj -SolutionDirectory .
33
34
- name: Build
35
run: dotnet build --no-restore
0 commit comments