mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-11 05:43:17 +00:00
Take verbose back out of DoTests
This commit is contained in:
@@ -9,7 +9,6 @@ param(
|
||||
$PSVersionTable.PSVersion
|
||||
$env:BUILD_ARTIFACTSTAGINGDIRECTORY
|
||||
|
||||
$VerbosePreference = "Continue"
|
||||
## Create the zip before the tests run
|
||||
## Otherwise the EPPlus.dll is in use after the Pester run
|
||||
$ModuleVersion = (Get-Content -Raw .\ImportExcel.psd1) | Invoke-Expression | ForEach-Object ModuleVersion
|
||||
|
||||
Reference in New Issue
Block a user