Skip to content

Commit

Permalink
Merge branch 'release/0.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Oct 13, 2016
2 parents 1e94119 + 67fa726 commit 947da06
Show file tree
Hide file tree
Showing 17 changed files with 378 additions and 208 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,7 @@ UpgradeLog*.htm

# Microsoft Fakes
FakesAssemblies/

# Build related
tools/
BuildArtifacts/
12 changes: 12 additions & 0 deletions GitReleaseManager.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
issue-labels-include:
- Breaking change
- Feature
- Bug
- Improvement
- Documentation
issue-labels-exclude:
- Build
issue-labels-alias:
- name: Documentation
header: Documentation
plural: Documentation
23 changes: 0 additions & 23 deletions MyGet.cmd

This file was deleted.

28 changes: 22 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cake.AliaSql [![cake_aliasql MyGet Build Status](https://www.myget.org/BuildSource/Badge/cake_aliasql?identifier=ea3bdebc-3992-40c0-99c0-dc48f0af2641)](https://www.myget.org/feed/cake_aliasql/package/Cake.AliaSql)
Cake.AliaSql
============

AliaSql Script Alias for [Cake](https://github.com/cake-build/cake) build system.
Expand All @@ -22,9 +22,25 @@ Task("RebuildDatabase")
});
```

Nightly Packages
=================
You can find CI builds at:
https://www.myget.org/feed/cake_aliasql/package/Cake.AliaSql
## Information

_Warning:_ These builds maybe be broken or unstable.
||Stable|Pre-release|
|:--:|:--:|:--:|
|GitHub Release|-|[![GitHub release](https://img.shields.io/github/release/cake-contrib/Cake.AliaSql.svg)](https://github.com/cake-contrib/Cake.AliaSql/releases/latest)|
|NuGet|[![NuGet](https://img.shields.io/nuget/v/Cake.AliaSql.svg)](https://www.nuget.org/packages/Cake.AliaSql)|[![NuGet](https://img.shields.io/nuget/vpre/Cake.AliaSql.svg)](https://www.nuget.org/packages/Cake.AliaSql)|

## Build Status

|Develop|Master|
|:--:|:--:|
|[![Build status](https://ci.appveyor.com/api/projects/status/vlcl0djo62amjmv5/branch/develop?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-aliasql/branch/develop)|[![Build status](https://ci.appveyor.com/api/projects/status/vlcl0djo62amjmv5/branch/develop?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-aliasql/branch/master)|


## Code Coverage

[![Coverage Status](https://coveralls.io/repos/github/cake-contrib/Cake.AliaSql/badge.svg?branch=develop)](https://coveralls.io/github/cake-contrib/Cake.AliaSql?branch=develop)

## Chat Room
Come join in the conversation about Cake.AliaSql in our Gitter Chat Room

[![Join the chat at https://gitter.im/cake-contrib/Lobby](https://badges.gitter.im/cake-contrib/Lobby.svg)](https://gitter.im/cake-contrib/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
41 changes: 41 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#---------------------------------#
# Build Script #
#---------------------------------#
build_script:
- ps: .\build.ps1 -Target AppVeyor

# Tests
test: off

#---------------------------------#
# Branches to build #
#---------------------------------#
branches:
# Whitelist
only:
- develop
- master

#---------------------------------#
# Notifications Configuration #
#---------------------------------#
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/592eec477e12726db2ee
on_build_success: true
on_build_failure: true
on_build_status_changed: true

#---------------------------------#
# Build Cache #
#---------------------------------#
cache:
- Source\packages -> Source\**\packages.config
- Tools -> build.ps1

#---------------------------------#
# Skip builds for doc changes #
#---------------------------------#
skip_commits:
# Regex for matching commit message
message: /(doc).*/
134 changes: 0 additions & 134 deletions build.cake

This file was deleted.

34 changes: 0 additions & 34 deletions build.cmd

This file was deleted.

Loading

0 comments on commit 947da06

Please sign in to comment.