ci: check out submodules, too (#512)

This commit is contained in:
Dustin L. Howett (MSFT) 2019-05-07 07:57:46 -07:00 committed by GitHub
parent f9f2525c72
commit fc83699c1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@ parameters:
steps:
- checkout: self
submodules: true
clean: true
- task: NuGetToolInstaller@0