Skip to content

Commit 8235aee

Browse files
committed
Checkout git submodules in Azure Pipelines
1 parent 73d6d43 commit 8235aee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ jobs:
1515
pool:
1616
vmImage: windows-latest
1717

18-
1918
steps:
19+
- checkout: self
20+
fetchDepth: 0
21+
submodules: true
22+
displayName: Checkout
2023
- task: PowerShell@2
2124
displayName: Cake Build
2225
inputs:

0 commit comments

Comments
 (0)