Skip to content

Commit 6b31219

Browse files
authored
Merge pull request #4 from adriangodong/appveyor
Added Appveyor build script
2 parents 3215b42 + 3ed1b3d commit 6b31219

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

appveyor.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: '{build}'
2+
image: Visual Studio 2017
3+
configuration: Release
4+
before_build:
5+
- cmd: dotnet restore
6+
build:
7+
project: MediumSdk.sln
8+
test_script:
9+
- cmd: dotnet test Medium.Tests/Medium.Tests.csproj
10+
artifacts:
11+
- path: '**/*.nupkg'
12+
name: Nuget Packages
13+
deploy:
14+
- provider: NuGet
15+
api_key:
16+
secure: y7n963kT1eor3dpj742k0mwnMPXsWGnljEGlfUr2zaGgqtMOJ4OegiWmLctuGYlY
17+
on:
18+
branch: master

0 commit comments

Comments
 (0)