Only build in UpdateRepos script (#835)

This commit is contained in:
Pavel Krymets 2018-01-31 16:15:17 -08:00 committed by GitHub
parent ede7f226cd
commit b4715eb315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ try {
# Test the submodule
try {
Invoke-Block { & .\run.ps1 default-build }
Invoke-Block { & .\run.ps1 default-build /p:SkipTests=true }
}
catch {
Write-Warning "Error in $($submodule.module): $_"