[Windows] Clean up and simplify Windows templates (#3833)

* improve InitializeVM script

* Update windows2019.json

* remove configs

* resolve comments

* resolve comments; fix order

* fix templates

* move Node.js packages to toolset

* dotnet warmup and merge docker scripts

* clean up templates

* move template

* fix dotnetTLS order
This commit is contained in:
Maxim Lobanov
2021-08-03 11:56:52 +03:00
committed by GitHub
parent 7c1956be8a
commit 32184fd850
5 changed files with 41 additions and 202 deletions

View File

@@ -24,7 +24,7 @@ Describe "PowerShellModules" {
Describe "AzureModules" {
$modules = (Get-ToolsetContent).azureModules
$modulesRootPath = $env:PSMODULES_ROOT_FOLDER
$modulesRootPath = "C:\\Modules"
foreach ($module in $modules) {
$moduleName = $module.name