Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
try win80 sdk as well
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Sep 3, 2018
1 parent 1f0703e commit 04ef123
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ steps:

- powershell: |
Invoke-WebRequest https://go.microsoft.com/fwlink/p/?LinkId=323507 -OutFile win81sdksetup.exe -UseBasicParsing
Invoke-WebRequest https://go.microsoft.com/fwlink/p/?LinkId=226658 -OutFile win80sdksetup.exe -UseBasicParsing
cmd /c start /wait .\win81sdksetup.exe /features + /q /norestart /log win81sdk.log
cmd /c start /wait .\win80sdksetup.exe /features + /q /norestart /log win81sdk.log
Get-Content win80sdk.log
Get-Content win81sdk.log
displayName: Install Win8.1 SDK

Expand Down

0 comments on commit 04ef123

Please sign in to comment.