Only build in UpdateRepos script (#835)
This commit is contained in:
parent
ede7f226cd
commit
b4715eb315
|
|
@ -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): $_"
|
||||
|
|
|
|||
Loading…
Reference in New Issue