Skip to content

Commit 3330a9f

Browse files
authored
Update Documentation to fix issues when running zsh (#41668)
1 parent 5e03abb commit 3330a9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documentation/project-docs/developer-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ Run the following commands from the root of the repository to setup the test env
113113
source ./eng/dogfood.sh
114114
```
115115

116+
NOTE: If you are running on MacOS you will need to use a `bash` shell rather than the default `zsh`. You can either change your default shell or type `bash` before executing the above command.
117+
116118
Ensure the `dotnet` being used is from the artifacts directory:
117119

118120
```

0 commit comments

Comments
 (0)