Skip to content

Commit 748bd3d

Browse files
committed
appveyor adjustments
1 parent b8ff2c8 commit 748bd3d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

appveyor.build.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 1.9.8.{build}
2+
skip_tags: true
3+
image: Visual Studio 2019
4+
build_script:
5+
- ps: .\Build-Release.ps1 $env:APPVEYOR_BUILD_VERSION '' 1
6+
artifacts:
7+
- path: build\Release\*.nupkg
8+
name: Nuget Package

0 commit comments

Comments
 (0)