From b2e9f52cc8f2d60ddda40a6c85cef660552810fb Mon Sep 17 00:00:00 2001 From: David JENNI Date: Mon, 9 May 2022 16:01:44 -0700 Subject: [PATCH] enable LFS (#89) Co-authored-by: david@DAVID-PC --- .azure-pipelines/OfficialBuild.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure-pipelines/OfficialBuild.yml b/.azure-pipelines/OfficialBuild.yml index 71939979..f368287d 100644 --- a/.azure-pipelines/OfficialBuild.yml +++ b/.azure-pipelines/OfficialBuild.yml @@ -28,6 +28,9 @@ pool: vmImage: 'windows-latest' steps: +- checkout: self + lfs: true + - task: NodeTool@0 displayName: 'Use nodejs 16.x' inputs: