[macOS] Fix Nunit version in the mono conf file (#9028)

* Update Software Report to support azcopy output

* [macOS] Fix nunit version in the mono conf file

* [macOS] temporary Nunit version fix

* Fix typo

---------

Co-authored-by: Alexey Ayupov <“alexey.ayupov@akvelon.com”>
This commit is contained in:
Alexey-Ayupov
2023-12-15 19:29:17 +01:00
committed by GitHub
parent 7fe17c7614
commit 5d6e226c1d

View File

@@ -86,4 +86,7 @@ mkdir -p $PREFERENCES_XAMARIN_DIR
rm -rf $HOME/.config/NuGet/NuGet.Config
nuget config
# Temporary workaround to point Mono to the proper NUnit console
sudo sed -Ei '' 's/3.6.0/3.6.1/' /Library/Frameworks/Mono.framework/Versions/Current/Commands/nunit3-console
invoke_tests "Xamarin"