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

Commit

Permalink
Merge pull request #17 from App-vNext/joelhulen-patch-1
Browse files Browse the repository at this point in the history
Create appveyor.yml
  • Loading branch information
joelhulen authored Apr 15, 2018
2 parents 9b97e08 + 1b7eb67 commit 02bacbe
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
os: Visual Studio 2017

# Build script
build_script:
- ps: .\build.ps1

# Tests
test: off

artifacts:
- path: artifacts\nuget-package\*.nupkg

environment:
# Skip dotnet package caching on build servers
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true

0 comments on commit 02bacbe

Please sign in to comment.