We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3215b42 + 3ed1b3d commit 6b31219Copy full SHA for 6b31219
appveyor.yml
@@ -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