From 169042e4716bc86713d7db11c7edfea573de99b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=BCrzeder?= Date: Wed, 11 Sep 2019 20:42:59 +0200 Subject: [PATCH] Fixed windows checkout issue --- azure-pipelines.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index da7dcf3..c313ca6 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -30,6 +30,8 @@ stages: solution: 'Build/Redis.sln' buildConfiguration: 'Release' steps: + - checkout: self + submodules: 'recursive' - script: utils\premake5 vs2019 displayName: 'Create Visual Studio 2019 Solution' - task: VSBuild@1