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

Commit

Permalink
another appveyor try
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Sep 3, 2018
1 parent 0a112ca commit 1f0703e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ skip_commits:
os: Visual Studio 2017
configuration: Release
environment:
VisualStudioVersion: 15.0
GeneratePInvokesTxt: true
TreatWarningsAsErrors: true
install:
- choco install pandoc
- ps: Invoke-WebRequest https://go.microsoft.com/fwlink/p/?LinkId=323507 -OutFile win81sdksetup.exe
- start /wait .\win81sdksetup.exe /features + /q /norestart /log win81sdk.log
- ps: Get-Content win81sdk.log
- ps: Push-AppveyorArtifact win81sdk.log -DeploymentName logs
before_build:
- ps: >-
.\build.ps1 -Restore
Expand Down

0 comments on commit 1f0703e

Please sign in to comment.