File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -857,6 +857,7 @@ if ($doNotPublishApps) {
857
857
# If we are not going to publish apps, we also cannot run upgrade tests or tests
858
858
$doNotRunTests = $true
859
859
$doNotRunBcptTests = $true
860
+ $doNotRunPageScriptingTests = $true
860
861
$doNotPerformUpgrade = $true
861
862
}
862
863
@@ -871,6 +872,7 @@ if ($doNotBuildTests) {
871
872
$installPerformanceToolkit = $false
872
873
$doNotRunTests = $true
873
874
$doNotRunBcptTests = $true
875
+ $doNotRunPageScriptingTests = $true
874
876
}
875
877
876
878
if ($containerName -eq ' ' -or $filesOnly ) {
@@ -2408,7 +2410,7 @@ Write-GroupEnd
2408
2410
}
2409
2411
}
2410
2412
2411
- if (! ($doNotRunTests -and $doNotRunBcptTests -and $doNotRunPageScriptingTests )) {
2413
+ if ($containerName -ne ' ' -and ! ($doNotRunTests -and $doNotRunBcptTests -and $doNotRunPageScriptingTests )) {
2412
2414
if ($ImportTestDataInBcContainer ) {
2413
2415
Write-GroupStart - Message " Importing test data"
2414
2416
Write-Host - ForegroundColor Yellow @'
You can’t perform that action at this time.
0 commit comments