Skip to content

Commit

Permalink
(GH-586) added SQL Server CE 4.0 installation to appveyor build process
Browse files Browse the repository at this point in the history
  • Loading branch information
johelvisguzman committed Jun 26, 2021
1 parent 7082cbc commit e80d6b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ image: Visual Studio 2019
before_build:
- dotnet --info
- dotnet restore
- ps: |
$exePath = "$env:TEMP\SSCERuntime_x64-ENU.exe"
(New-Object Net.WebClient).DownloadFile('https://download.microsoft.com/download/F/F/D/FFDF76E3-9E55-41DA-A750-1798B971936C/ENU/SSCERuntime_x64-ENU.exe', $exePath)
cmd /c start /wait $exePath /i /quiet /qn /norestart
build:
parallel: true # enable MSBuild parallel builds
Expand Down

0 comments on commit e80d6b8

Please sign in to comment.