We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a01323 commit 4826dbaCopy full SHA for 4826dba
1 file changed
.github/workflows/dotnet-core.yml
@@ -19,7 +19,7 @@ jobs:
19
dotnet-version: 3.1.301
20
- name: Install dependencies
21
run: dotnet restore
22
- working-directory: src/dotnet/
+ working-directory: src/dotnet/EntityFX.NetBenchmark
23
- name: Build
24
run: dotnet build --configuration Release --no-restore
25
working-directory: src/dotnet/EntityFX.NetBenchmark
0 commit comments