Skip to content

Commit f34d505

Browse files
Fix pipeline working directory
1 parent 81bd4f0 commit f34d505

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [ master ]
88

9+
defaults:
10+
run:
11+
working-directory: src
12+
913
jobs:
1014
build:
1115

0 commit comments

Comments
 (0)