We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ff2c8 commit 748bd3dCopy full SHA for 748bd3d
appveyor.build.yml
@@ -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