mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-10 11:41:23 +00:00
Merge pull request #31 from actions/al-cheb/fix-xamarin-tool
Rename toolset for macOS Big Sur
This commit is contained in:
@@ -7,7 +7,7 @@ class XamarinVersionsParser: BaseVersionsParser {
|
|||||||
}
|
}
|
||||||
|
|
||||||
[hashtable] GetUploadedVersions() {
|
[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
|
$releases = Invoke-RestMethod $url -MaximumRetryCount $this.ApiRetryCount -RetryIntervalSec $this.ApiRetryIntervalSeconds
|
||||||
$xamarin = $releases.xamarin
|
$xamarin = $releases.xamarin
|
||||||
$xamarinReleases = @{
|
$xamarinReleases = @{
|
||||||
|
|||||||
Reference in New Issue
Block a user