Skip to content

Commit

Permalink
Remove yet another appveyor reference (PowerShell#10445)
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL authored and TravisEz13 committed Aug 27, 2019
1 parent 3943f18 commit da74854
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/packaging/packaging.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -2743,10 +2743,6 @@ function New-MSIPackage
else
{
$errorMessage = "Failed to create $msiLocationPath"
if ($null -ne $env:CI)
{
Add-AppveyorCompilationMessage $errorMessage -Category Error -FileName $MyInvocation.ScriptName -Line $MyInvocation.ScriptLineNumber
}
throw $errorMessage
}
}
Expand Down

0 comments on commit da74854

Please sign in to comment.