Merge branch 'actions:main' into macOS-remove-.NET-7

This commit is contained in:
susmitamane
2025-02-21 20:36:28 +05:30
committed by GitHub
11 changed files with 26 additions and 30 deletions

View File

@@ -88,9 +88,9 @@
"addon_list": [
],
"additional_tools": [
"cmake;3.10.2.4988404",
"cmake;3.18.1",
"cmake;3.22.1"
"cmake;3.22.1",
"cmake;3.31.5"
],
"ndk": {
"default": "27",

View File

@@ -85,9 +85,9 @@
"addon_list": [
],
"additional_tools": [
"cmake;3.10.2.4988404",
"cmake;3.18.1",
"cmake;3.22.1"
"cmake;3.22.1",
"cmake;3.31.5"
],
"ndk": {
"default": "27",

View File

@@ -81,11 +81,12 @@
"addon_list": [
],
"additional_tools": [
"cmake;3.31.5"
],
"ndk": {
"default": "27",
"versions": [
"26", "27"
"26", "27", "28"
]
}
},

View File

@@ -27,7 +27,7 @@ Write-Host "Expand Microsoft Edge WebDriver archive..."
Expand-7ZipArchive -Path $archivePath -DestinationPath $edgeDriverPath
#Validate the EdgeDriver signature
$signatureThumbprint = "0BD8C56733FDCC06F8CB919FF5A200E39B1ACF71"
$signatureThumbprint = "7920AC8FB05E0FFFE21E8FF4B4F03093BA6AC16E"
Test-FileSignature -Path "$edgeDriverPath\msedgedriver.exe" -ExpectedThumbprint $signatureThumbprint
Write-Host "Setting the environment variables..."

View File

@@ -8,7 +8,7 @@ $downloadUrl = Resolve-GithubReleaseAssetUrl `
Install-Binary -Type MSI `
-Url $downloadUrl `
-ExpectedSHA256Sum "5A1EAD8E553ABBFB4DBB8291A329F3CA859DB2B8D887849F3F8CD19F7FABEF21"
-ExpectedSHA256Sum "3CC2866BE450210BDD7A7449DF96E0B1EAE25067EE348631A5B9BFC62C943740"
Write-Host "Performing wsl --install --no-distribution"
wsl.exe --install --no-distribution

View File

@@ -143,14 +143,14 @@
"addon-google_apis-google-21"
],
"additional_tools": [
"cmake;3.10.2.4988404",
"cmake;3.18.1",
"cmake;3.22.1"
"cmake;3.22.1",
"cmake;3.31.5"
],
"ndk": {
"default": "27",
"versions": [
"26" , "27"
"26" , "27", "28"
]
}
},

View File

@@ -115,7 +115,7 @@
{
"name": "az",
"versions": [
"12.1.0"
"12.4.0"
],
"zip_versions": [
@@ -139,12 +139,13 @@
"addons": [],
"additional_tools": [
"cmake;3.18.1",
"cmake;3.22.1"
"cmake;3.22.1",
"cmake;3.31.5"
],
"ndk": {
"default": "27",
"versions": [
"26", "27"
"26", "27", "28"
]
}
},
@@ -179,7 +180,7 @@
"subversion" : "17",
"edition" : "Enterprise",
"channel": "release",
"signature": "8F985BE8FD256085C90A95D3C74580511A1DB975",
"signature": "245D262748012A4FE6CE8BA6C951A4C4AFBC3E5D",
"workloads": [
"Component.Dotfuscator",
"Component.Linux.CMake",

View File

@@ -96,12 +96,13 @@
"addons": [],
"additional_tools": [
"cmake;3.22.1",
"cmake;3.30.5"
"cmake;3.30.5",
"cmake;3.31.5"
],
"ndk": {
"default": "27",
"versions": [
"26", "27"
"26", "27", "28"
]
}
},
@@ -136,7 +137,7 @@
"subversion" : "17",
"edition" : "Enterprise",
"channel": "release",
"signature": "8F985BE8FD256085C90A95D3C74580511A1DB975",
"signature": "245D262748012A4FE6CE8BA6C951A4C4AFBC3E5D",
"workloads": [
"Component.Dotfuscator",
"Component.Linux.CMake",