Skip to content

Commit

Permalink
Fixed windows checkout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kürzeder committed Sep 11, 2019
1 parent 32cc08c commit 169042e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 169042e

Please sign in to comment.