diff --git a/.azure/templates/build-test.yml b/.azure/templates/build-test.yml index 55cfa5860b..0d767796ff 100644 --- a/.azure/templates/build-test.yml +++ b/.azure/templates/build-test.yml @@ -62,7 +62,7 @@ steps: } else { Write-Host "###vso[task.setvariable variable=build_tool_options;]-j 4" } - choco install -y openssl + #choco install -y openssl condition: eq(variables['Agent.OS'], 'Windows_NT') name: setup_windows - task: Cache@2