Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 5639e46

Browse files
committed
fix for submodule
1 parent 025c447 commit 5639e46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/azure-pipelines.windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ schedules:
2121
pool:
2222
vmImage: windows-2019
2323
steps:
24+
- checkout: self
25+
submodules: true
26+
2427
- task: PowerShell@2
2528
displayName: "Compile & Tests"
2629
inputs:

0 commit comments

Comments
 (0)