Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarquino committed Nov 1, 2017
1 parent 478edd5 commit 69a1fb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Expand Up @@ -34,9 +34,11 @@ before_test:
$fileFullPath = "$tempDir\SQLServer.exe"
$fileFullPathBox = "$tempDir\SQLServer.box"
$fileFullPathPbiRs = "$tempDir\PowerBIReportServer.exe"
Write-Host "Downloading..." (Get-Date).DateTime
Write-Host "Downloading... SQL Engine exe" (Get-Date).DateTime
(New-Object Net.WebClient).DownloadFile($url , $fileFullPath)
Write-Host "Downloading... SQL Engine box" (Get-Date).DateTime
(New-Object Net.WebClient).DownloadFile($urlBox , $fileFullPathBox)
Write-Host "Downloading... PBIRS" (Get-Date).DateTime
(New-Object Net.WebClient).DownloadFile($pbiRsUrl , $fileFullPathPbiRs)
Write-Host "Extracting..." (Get-Date).DateTime
$extractPath = "$tempDir\SQL2017TEMP"
Expand Down

0 comments on commit 69a1fb2

Please sign in to comment.