Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDawson committed Aug 25, 2024
1 parent 6a004f1 commit 22c6fb6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}
Expand Down

0 comments on commit 22c6fb6

Please sign in to comment.