From b4715eb315f8d4d5f03dd8497e6f1b5d6b9cd40c Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Wed, 31 Jan 2018 16:15:17 -0800 Subject: [PATCH] Only build in UpdateRepos script (#835) --- scripts/UpdateRepos.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/UpdateRepos.ps1 b/scripts/UpdateRepos.ps1 index e5fbbf674f..b72a876a4e 100755 --- a/scripts/UpdateRepos.ps1 +++ b/scripts/UpdateRepos.ps1 @@ -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): $_"