From 6aeab0b6e4f5f39afced5998b84e130629e6ebdd Mon Sep 17 00:00:00 2001 From: "support@subpointsolutions.com" Date: Tue, 17 Mar 2015 23:30:22 +1100 Subject: [PATCH] SPMeta2 1.1.71 release, March 2015 --- README.md | 3 +++ SPMeta2/SPMeta2.Build/build.ps1 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43a0168ab..6a9a508ce 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ With growing demaind of effective SharePoint artifact provision for SP2013 and O Learn more about SPMeta2 library, stay tuned with SPMeta2 Yammer Group and let us know how it works for you. +## Build status with appveyor +[![Build status](https://ci.appveyor.com/api/projects/status/0ym3fts7hmrdjvy1?svg=true)](https://ci.appveyor.com/project/SubPointSupport/spmeta2) + ## What is SPMeta2? SPMeta2 is a fluent API for code-based SharePoint artifact provisioning. diff --git a/SPMeta2/SPMeta2.Build/build.ps1 b/SPMeta2/SPMeta2.Build/build.ps1 index 7f9697bd9..ee2abba76 100644 --- a/SPMeta2/SPMeta2.Build/build.ps1 +++ b/SPMeta2/SPMeta2.Build/build.ps1 @@ -26,7 +26,7 @@ $includeV14Build = $true $includeV15Build = $true $includeV16Build = $true -# 14, 3.5 +# 14, 3.5 if($includeV14Build -eq $true) { & $msbuild_path """$solutionRootPath\SPMeta2\SPMeta2.csproj"" /t:Clean,Rebuild /p:Configuration=Debug35 /p:DefineConstants=NET35 /p:Platform=AnyCPU /p:WarningLevel=0"