Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions tools/appveyor.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,6 @@ function Invoke-AppveyorFinish

# Build packages
$packages = Start-PSPackage -Type msi,nupkg,zip -ReleaseTag $releaseTag -SkipReleaseChecks
$msiObject = $packages | Where-Object { $_ -is [pscustomobject] -and $_.msi }
$msi = $msiObject | Where-Object { $_.msi.EndsWith(".msi") } | Select-Object -ExpandProperty msi

$artifacts = New-Object System.Collections.ArrayList
foreach ($package in $packages) {
Expand Down Expand Up @@ -500,7 +498,6 @@ function Invoke-AppveyorFinish
$exitCode = $msiExecProcess.ExitCode
throw "MSI installer failed and returned error code $exitCode. MSI Log was uploaded as artifact."
}

log "MSI smoke test was successful"

# only publish assembly nuget packages if it is a daily build and tests passed
Expand Down