We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2234848 commit 9c8abecCopy full SHA for 9c8abec
azure-pipelines/update-dependencies.ps1
@@ -25,7 +25,7 @@ $repoName = 'nf-VSCodeExtension'
25
Write-Debug "Init and featch $repoName repo"
26
27
28
-git clone --depth 1 https://github.com/nanoframework/$repoName repo
+git clone --recurse-submodules --depth 1 https://github.com/nanoframework/$repoName repo
29
Set-Location repo | Out-Null
30
git config --global gc.auto 0
31
git config --global user.name nfbot
0 commit comments