From 5f8c04925d6786621ea9bb4cff7697dfa8793678 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 8 Oct 2021 07:55:53 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 30786b489..28275c41a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -90,6 +90,7 @@ jobs: - powershell: | Write-Host "##vso[task.prependpath]$env:CONDA\Scripts" Write-Host "##vso[task.prependpath]$env:CONDA\Library\bin" + call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" - powershell: | conda config --add channels conda-forge --force conda config --set auto_update_conda false