Skip to content

Commit

Permalink
Update GenerateReport.ps1
Browse files Browse the repository at this point in the history
Add missing library import
  • Loading branch information
cezarypiatek authored Nov 6, 2016
1 parent 9a486dd commit d93b0d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/GenerateReport.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ function Get-GitLog{

param($OutFilePath)
Write-Verbose "Start collecting Git log"
Add-Type -AssemblyName System.Web
$currentLocation = Get-Location
Set-Location $CheckoutDir
$logentrySeparator = [guid]::NewGuid()
Expand Down Expand Up @@ -192,4 +193,4 @@ switch($VCS)
}

Bundle-Report -ClocDataFile "$tmpDir\cloc.csv" -SvnLogFile "$tmpDir\svnlogfile.xml" -OutDataFile "$tmpDir\result.json"
Remove-Item $tmpDir -Recurse -Force
Remove-Item $tmpDir -Recurse -Force

0 comments on commit d93b0d3

Please sign in to comment.