diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 914ec7885..092b13ec6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -87,6 +87,7 @@ steps: - powershell: | choco install -y winfsp zip make + [Environment]::SetEnvironmentVariable("CPATH", "C:\Program Files\WinFsp\inc\fuse;C:\Program Files (x86)\WinFsp\inc\fuse", "Machine") condition: eq( variables['Agent.OS'], 'Windows_NT' ) displayName: Install Libraries on Windows