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.
1 parent b20eabf commit 97bdc39Copy full SHA for 97bdc39
appveyor.yml
@@ -0,0 +1,9 @@
1
+image: Visual Studio 2017
2
+configuration: Release
3
+platform: Any CPU
4
+#install:
5
+#- cmd: git submodule update --init --recursive
6
+build_script:
7
+- cmd: MSBuild -restore /p:Configuration=Release /verbosity:minimal
8
+artifacts:
9
+- path: **/*.nupkg
0 commit comments