diff --git a/DoTests.ps1 b/DoTests.ps1 index cd03a46..7c7dce8 100644 --- a/DoTests.ps1 +++ b/DoTests.ps1 @@ -8,4 +8,6 @@ $result = Invoke-Pester -Script $PSScriptRoot\__tests__ -Verbose -PassThru if ($result.FailedCount -gt 0) { throw "$($result.FailedCount) tests failed." -} \ No newline at end of file +} + +Compress-Archive -Path . -DestinationPath .\ImportExcel.zip \ No newline at end of file