Create the zip file if tests pass

This commit is contained in:
dfinke
2018-07-15 12:33:03 -04:00
parent dfe09612ff
commit 6950463966

View File

@@ -8,4 +8,6 @@ $result = Invoke-Pester -Script $PSScriptRoot\__tests__ -Verbose -PassThru
if ($result.FailedCount -gt 0) {
throw "$($result.FailedCount) tests failed."
}
}
Compress-Archive -Path . -DestinationPath .\ImportExcel.zip