Merge pull request #55 from actions/xamarin-update-channel

Update Xamarin channel link
pull/56/head
Dusko Dobranic 2 years ago committed by GitHub
commit 7b3aff2ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,7 @@ if ($ToolName -in "Python", "PyPy", "Node", "Go") {
}
if ($ToolName -eq "Xamarin") {
$xamarinReleases = "http://aka.ms/manifest/stable"
$xamarinReleases = "http://aka.ms/manifest/stable-2022"
$xamarinProducts = @(
[PSCustomObject] @{name = 'Mono Framework'; property = 'mono-versions'}
[PSCustomObject] @{name = 'Xamarin.Android'; property = 'android-versions'}

Loading…
Cancel
Save