diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..0379ddcd --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,11 @@ +init: + - git config --global core.autocrlf input +build_script: + - cmd: build.cmd +test: off +nuget: + account_feed: true + project_feed: true +artifacts: +- path: 'bin' + name: CodeFormatter