Skip to content

Commit da74854

Browse files
RDILTravisEz13
authored andcommitted
Remove yet another appveyor reference (PowerShell#10445)
1 parent 3943f18 commit da74854

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/packaging/packaging.psm1

-4
Original file line numberDiff line numberDiff line change
@@ -2743,10 +2743,6 @@ function New-MSIPackage
27432743
else
27442744
{
27452745
$errorMessage = "Failed to create $msiLocationPath"
2746-
if ($null -ne $env:CI)
2747-
{
2748-
Add-AppveyorCompilationMessage $errorMessage -Category Error -FileName $MyInvocation.ScriptName -Line $MyInvocation.ScriptLineNumber
2749-
}
27502746
throw $errorMessage
27512747
}
27522748
}

0 commit comments

Comments
 (0)