From 9a543f69be6f01a00362b8130af4764ed4dd4cef Mon Sep 17 00:00:00 2001 From: wahmedswl Date: Tue, 17 Jan 2017 21:05:45 +0500 Subject: [PATCH 1/2] Create appveyor.yml --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..ce53c9e4 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,8 @@ +init: + - git config --global core.autocrlf input +build_script: + - cmd: build.cmd +test: off +nuget: + account_feed: true + project_feed: true From 8cfc98b9d8f2fbfde4f2c3dc02cc832af3e8d6cb Mon Sep 17 00:00:00 2001 From: wahmedswl Date: Tue, 17 Jan 2017 21:10:10 +0500 Subject: [PATCH 2/2] Update appveyor.yml --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index ce53c9e4..0379ddcd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,3 +6,6 @@ test: off nuget: account_feed: true project_feed: true +artifacts: +- path: 'bin' + name: CodeFormatter