mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-29 21:07:59 +08:00
resolve issues
This commit is contained in:
@@ -248,8 +248,7 @@
|
||||
"versions": [
|
||||
"1.1",
|
||||
"2.1",
|
||||
"3.1",
|
||||
"5.0"
|
||||
"3.1"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -290,8 +290,7 @@
|
||||
"dotnet": {
|
||||
"versions": [
|
||||
"2.1",
|
||||
"3.1",
|
||||
"5.0"
|
||||
"3.1"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -285,6 +285,9 @@
|
||||
},
|
||||
{
|
||||
"type": "powershell",
|
||||
"environment_vars": [
|
||||
"TOOLSET_JSON_PATH={{user `toolset_json_path`}}"
|
||||
],
|
||||
"scripts": [
|
||||
"{{ template_dir }}/scripts/Installers/Install-VSWhere.ps1",
|
||||
"{{ template_dir }}/scripts/Installers/Install-WinAppDriver.ps1",
|
||||
|
||||
@@ -292,6 +292,9 @@
|
||||
},
|
||||
{
|
||||
"type": "powershell",
|
||||
"environment_vars": [
|
||||
"TOOLSET_JSON_PATH={{user `toolset_json_path`}}"
|
||||
],
|
||||
"scripts": [
|
||||
"{{ template_dir }}/scripts/Installers/Install-VSWhere.ps1",
|
||||
"{{ template_dir }}/scripts/Installers/Install-WinAppDriver.ps1",
|
||||
|
||||
Reference in New Issue
Block a user