Skip to content

Commit 01c43e5

Browse files
authored
Create appveyor.yml
1 parent 39ef4ed commit 01c43e5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

appveyor.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
-
2+
branches:
3+
only:
4+
- master
5+
image: Visual Studio 2017
6+
7+
environment:
8+
DOTNET_CLI_TELEMETRY_OPTOUT: true
9+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
10+
11+
version: 1.0.{build}
12+
configuration: Release
13+
platform: Any CPU
14+
skip_branch_with_pr: false
15+
before_build:
16+
- cmd: dotnet restore

0 commit comments

Comments
 (0)