Skip to content

Commit 34a6331

Browse files
authored
Fix LabService analyse error (#28239)
1 parent c0b1790 commit 34a6331

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.azure-pipelines/PipelineSteps/BatchGeneration/analyse-modules.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ foreach ($moduleName in $moduleGroup) {
6262
{
6363
$FailedTasks += "UXMetadata"
6464
}
65-
.("$toolsDirectory/ExecuteCIStep.ps1") -StaticAnalysisCmdletDiff @Parameters 2>>$ErrorLogPath
66-
If (($LASTEXITCODE -ne 0) -and ($LASTEXITCODE -ne $null))
67-
{
68-
$FailedTasks += "CmdletDiff"
69-
}
7065
If ($FailedTasks.Length -ne 0)
7166
{
7267
Write-Host "There are failed tasks: $FailedTasks"

0 commit comments

Comments
 (0)