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