Skip to content

Commit

Permalink
SPMeta2 1.1.71 release, March 2015
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Mar 17, 2015
1 parent 96674f4 commit 6aeab0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ With growing demaind of effective SharePoint artifact provision for SP2013 and O

Learn more about <a href="http://subpointsolutions.com/spmeta2/about">SPMeta2 library</a>, stay tuned with <a href='https://www.yammer.com/spmeta2feedback/'>SPMeta2 Yammer Group</a> and <a href='https://subpointsolutions.uservoice.com/'>let us know how it works for you</a>.

## 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.

Expand Down
2 changes: 1 addition & 1 deletion SPMeta2/SPMeta2.Build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6aeab0b

Please sign in to comment.