Skip to content

Commit 37e3ace

Browse files
committed
Add an appveyor.yml file
1 parent c27564f commit 37e3ace

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+
version: '{build}'
2+
image: Visual Studio 2019
3+
configuration: Release
4+
5+
before_build:
6+
- cmd: dotnet restore
7+
8+
artifacts:
9+
- path: '**\*.nupkg'
10+
11+
deploy:
12+
- provider: NuGet
13+
api_key:
14+
secure: x6Qtht6EqnrMnwvUCCiTcewdgCsKXM63vHDcmtvZ8KweHN4iIVtexIuKBSfZf9QF
15+
on:
16+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)