From 22c6fb6d876b28d36a38a1c5b7127c2c6bf9bd32 Mon Sep 17 00:00:00 2001 From: James Dawson Date: Mon, 26 Aug 2024 00:52:10 +0100 Subject: [PATCH] Remove debug code --- build.ps1 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build.ps1 b/build.ps1 index 9ef8778..1079bd8 100644 --- a/build.ps1 +++ b/build.ps1 @@ -165,12 +165,7 @@ task PreTest {} task PostTest {} task PreTestReport {} task PostTestReport {} -task PreAnalysis { - Write-Host "Current loaded modules:" - Get-Module | Format-Table | Out-String | Write-Host - Write-Host "Looking for existing 'Start-CopyAzureStorageBlob' command..." - Get-Command Start-CopyAzureStorageBlob | Format-Table | Out-String | Write-Host -} +task PreAnalysis {} task PostAnalysis {} task PrePackage {} task PostPackage {}