mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user