Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLarsson committed Aug 21, 2018
1 parent 1b417e4 commit 2e96e3f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
image: Visual Studio 2017
version: 1.0.{build}

before_build:
- ps: dotnet restore

configuration: Release
platform: Any CPU
cache:
- .paket -> paket.lock
- packages -> paket.lock
build:
verbosity: minimal

on_failure:
- ps: Get-ChildItem $env:temp\*.png | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }

0 comments on commit 2e96e3f

Please sign in to comment.