From 635955adb6967eab663328376c4f1bd17a8a6e86 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Fri, 1 Dec 2023 10:00:53 -0600 Subject: [PATCH] Try fixing azure-pipelines Linux build --- .azure-pipelines/shared/build_linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/shared/build_linux.yml b/.azure-pipelines/shared/build_linux.yml index 339a18e3a..3aa693f0a 100644 --- a/.azure-pipelines/shared/build_linux.yml +++ b/.azure-pipelines/shared/build_linux.yml @@ -10,10 +10,10 @@ parameters: default: "" - name: sourceDir type: string - default: "$(System.DefaultWorkingDirectory)" + default: "$(Build.Repository.LocalPath)" - name: buildDir type: string - default: build + default: "${{ Build.BinariesDirectory }}" steps: - checkout: self