diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2eff4df5..f3bea120 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -128,7 +128,7 @@ strategy: steps: - powershell: | - choco install --confirm --limitoutput --no-progress openssl + choco install --confirm --limitoutput --no-progress openssl --version=3.1.1 displayName: 'install openssl' - powershell: | @@ -153,7 +153,7 @@ steps: if (!$?) { return Write-Error "cmake failed" } - cmake --build . --config Release + cmake --build . --config Release --verbose if (!$?) { return Write-Error "cmake --build failed" }