Only build in UpdateRepos script (#835)
This commit is contained in:
parent
ede7f226cd
commit
b4715eb315
|
|
@ -91,7 +91,7 @@ try {
|
||||||
|
|
||||||
# Test the submodule
|
# Test the submodule
|
||||||
try {
|
try {
|
||||||
Invoke-Block { & .\run.ps1 default-build }
|
Invoke-Block { & .\run.ps1 default-build /p:SkipTests=true }
|
||||||
}
|
}
|
||||||
catch {
|
catch {
|
||||||
Write-Warning "Error in $($submodule.module): $_"
|
Write-Warning "Error in $($submodule.module): $_"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue