Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
akordowski committed Jul 13, 2018
1 parent 9f1f221 commit 606857a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
File renamed without changes.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Cake.Compression
[![Build status](https://ci.appveyor.com/api/projects/status/6a3mixcwnvb1q4nn/branch/master?svg=true)](https://ci.appveyor.com/project/ArturKordowski/cake-compression/branch/master) [![NuGet Version](http://img.shields.io/nuget/v/Cake.Compression.svg?style=flat)](https://www.nuget.org/packages/Cake.Compression/) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.txt)
[![Build status](https://ci.appveyor.com/api/projects/status/6a3mixcwnvb1q4nn/branch/master?svg=true)](https://ci.appveyor.com/project/ArturKordowski/cake-compression/branch/master)
[![NuGet Version](http://img.shields.io/nuget/v/Cake.Compression.svg?style=flat)](https://www.nuget.org/packages/Cake.Compression/)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.txt)

A Cake AddIn which provides compression functionality for BZip2, GZip and Zip.

Expand Down
15 changes: 11 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Build script
image: Visual Studio 2017

skip_commits:
files:
- nuspec/*
- tools/*
- '**/*.cake'
- '**/*.md'
- '**/*.yml'

init:
- git config --global core.autocrlf true

# Build script
build_script:
- ps: .\build.ps1 -target "AppVeyor" -settings_skipverification=true
- ps: .\build.ps1 -settings_skipverification=true -target AppVeyor

# Tests
test: off
2 changes: 1 addition & 1 deletion tools/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake" version="0.26.1" />
<package id="Cake" version="0.29.0" />
</packages>

0 comments on commit 606857a

Please sign in to comment.