We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b1790 commit 34a6331Copy full SHA for 34a6331
.azure-pipelines/PipelineSteps/BatchGeneration/analyse-modules.ps1
@@ -62,11 +62,6 @@ foreach ($moduleName in $moduleGroup) {
62
{
63
$FailedTasks += "UXMetadata"
64
}
65
- .("$toolsDirectory/ExecuteCIStep.ps1") -StaticAnalysisCmdletDiff @Parameters 2>>$ErrorLogPath
66
- If (($LASTEXITCODE -ne 0) -and ($LASTEXITCODE -ne $null))
67
- {
68
- $FailedTasks += "CmdletDiff"
69
- }
70
If ($FailedTasks.Length -ne 0)
71
72
Write-Host "There are failed tasks: $FailedTasks"
0 commit comments