Skip to content

Commit

Permalink
Checking sourcedir fix
Browse files Browse the repository at this point in the history
  • Loading branch information
colindembovsky committed Sep 15, 2016
1 parent 2a399b3 commit 7a9214c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tasks/DacPacReport/DacPacReport.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ function Download-BuildDrop {
Remove-Item -Path $tPath -Recurse -Force
}
mkdir $tPath

Add-Type -AssemblyName "System.IO.Compression.FileSystem"
[System.IO.Compression.ZipFile]::ExtractToDirectory($zipPath, $tPath)
}
Expand Down

0 comments on commit 7a9214c

Please sign in to comment.