Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
rename MacOS->Linux
  • Loading branch information
dellis1972 committed Feb 16, 2024
commit 26e3ff920f8026e8facd9b8ad4f298a255e1a76b
2 changes: 1 addition & 1 deletion Documentation/guides/MSBuildBestPractices.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You can then start your test app with the `dotnet-local` script (so it uses your
MSBUILDDEBUGONSTART=2 ~/<some xamarin.android checkout>/dotnet-local.sh build -m:1
```

### [MacOS](#tab/linux)
### [Linux](#tab/linux)

```dotnetcli
MSBUILDDEBUGONSTART=2 ~/<some xamarin.android checkout>/dotnet-local.sh build -m:1
Expand Down