resolve issues

This commit is contained in:
Dibir Magomedsaygitov
2020-11-10 15:50:34 +03:00
parent 325070bdee
commit caa872685a
4 changed files with 8 additions and 4 deletions

View File

@@ -248,8 +248,7 @@
"versions": [ "versions": [
"1.1", "1.1",
"2.1", "2.1",
"3.1", "3.1"
"5.0"
] ]
} }
} }

View File

@@ -290,8 +290,7 @@
"dotnet": { "dotnet": {
"versions": [ "versions": [
"2.1", "2.1",
"3.1", "3.1"
"5.0"
] ]
} }
} }

View File

@@ -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",

View File

@@ -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",