Skip to content

Commit

Permalink
appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
cwe1ss committed Sep 19, 2018
1 parent 637aae4 commit 460d8bd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# AppVeyor Build number is incremental and not related to actual version number of the product
version: '{build}'

image: Visual Studio 2017

init:
- cmd: git config --global core.autocrlf true

environment:
global:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1

build_script:
- ps: .\build.ps1

test: off

artifacts:
- path: artifacts\nuget\*.nupkg
name: NuGet

0 comments on commit 460d8bd

Please sign in to comment.