Merge pull request #31 from actions/al-cheb/fix-xamarin-tool

Rename toolset for macOS Big Sur
malob/support-lts
Maxim Lobanov 4 years ago committed by GitHub
commit 2bd3b2a3c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ class XamarinVersionsParser: BaseVersionsParser {
}
[hashtable] GetUploadedVersions() {
$url = $this.BuildGitHubFileUrl("actions", "virtual-environments", "main", "images/macos/toolsets/toolset-11.0.json")
$url = $this.BuildGitHubFileUrl("actions", "virtual-environments", "main", "images/macos/toolsets/toolset-11.json")
$releases = Invoke-RestMethod $url -MaximumRetryCount $this.ApiRetryCount -RetryIntervalSec $this.ApiRetryIntervalSeconds
$xamarin = $releases.xamarin
$xamarinReleases = @{

Loading…
Cancel
Save