From 01e3ea206d4e7bf8dbfc4a0110f880c821b06cbb Mon Sep 17 00:00:00 2001 From: jhoneill Date: Thu, 6 Dec 2018 20:16:09 +0000 Subject: [PATCH] Revert "One more" This reverts commit 284560e1091a805fe9a5b530a5c26b42b7477a40. --- DoTests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DoTests.ps1 b/DoTests.ps1 index 801d3dc..8a21915 100644 --- a/DoTests.ps1 +++ b/DoTests.ps1 @@ -16,7 +16,7 @@ $ModuleVersion = (Get-Content -Raw .\ImportExcel.psd1) | Invoke-Expression | Fo if (!$DontCreateZip) { if ($null -eq $env:BUILD_ARTIFACTSTAGINGDIRECTORY) {$env:BUILD_ARTIFACTSTAGINGDIRECTORY = '.'} $dest = Join-Path -Path $env:BUILD_ARTIFACTSTAGINGDIRECTORY -ChildPath ("ImportExcel-{0}-{1}.zip" -f $ModuleVersion, (Get-Date).ToString("yyyyMMddHHmmss")) - Compress-Archive -Path . -DestinationPath $dest -Verbose + Compress-Archive -Path . -DestinationPath .\$dest -Verbose } if ($null -eq (Get-Module -ListAvailable pester)) {