Skip to content

Commit 9c8abec

Browse files
committed
Work CI-CD
- Fix clone and update submodules in update PS1. ***NO_CI***
1 parent 2234848 commit 9c8abec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/update-dependencies.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $repoName = 'nf-VSCodeExtension'
2525
Write-Debug "Init and featch $repoName repo"
2626

2727

28-
git clone --depth 1 https://github.com/nanoframework/$repoName repo
28+
git clone --recurse-submodules --depth 1 https://github.com/nanoframework/$repoName repo
2929
Set-Location repo | Out-Null
3030
git config --global gc.auto 0
3131
git config --global user.name nfbot

0 commit comments

Comments
 (0)