mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
[macOS] Workaround issue with Xamarin Pester tests discovery (#10633)
This commit is contained in:
@@ -15,6 +15,11 @@ if ($os.IsVentura -or $os.IsSonoma) {
|
|||||||
$XAMARIN_ANDROID_VERSIONS = (Get-ToolsetContent).xamarin.android_versions
|
$XAMARIN_ANDROID_VERSIONS = (Get-ToolsetContent).xamarin.android_versions
|
||||||
} elseif ($os.IsSequoia) {
|
} elseif ($os.IsSequoia) {
|
||||||
Write-Host "Skipping all the Mono and Xamarin tests as deprecated"
|
Write-Host "Skipping all the Mono and Xamarin tests as deprecated"
|
||||||
|
# Dummy workaround for the issue with the tests discovery
|
||||||
|
$MONO_VERSIONS = @()
|
||||||
|
$XAMARIN_IOS_VERSIONS = @()
|
||||||
|
$XAMARIN_MAC_VERSIONS = @()
|
||||||
|
$XAMARIN_ANDROID_VERSIONS = @()
|
||||||
}
|
}
|
||||||
|
|
||||||
BeforeAll {
|
BeforeAll {
|
||||||
|
|||||||
Reference in New Issue
Block a user