diff --git a/extra/azure-pipelines/build-windows.yml b/extra/azure-pipelines/build-windows.yml index 0ce65be1..3db07bc4 100644 --- a/extra/azure-pipelines/build-windows.yml +++ b/extra/azure-pipelines/build-windows.yml @@ -15,10 +15,6 @@ jobs: Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) Write-Host "##vso[task.prependpath]C:\ProgramData\chocolatey\bin" displayName: Install Chocolatey - - powershell: | - choco install activeperl -y - Write-Host "##vso[task.prependpath]C:\Perl64\bin" - displayName: Install Perl - ${{ if eq(parameters.vmImage, 'vs2017-win2016') }}: - script: cmake . -G "${{ parameters.cmakeGenerator }}" displayName: CMake