Browse Source
Merge branch 'master' into issues/nestedmultibindings
pull/1980/head
Steven Kirk
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
5 additions and
3 deletions
-
.travis.yml
-
build.cake
-
tools/packages.config
|
|
|
@ -11,6 +11,8 @@ mono: |
|
|
|
- 5.2.0 |
|
|
|
dotnet: 2.1.200 |
|
|
|
script: |
|
|
|
- sudo apt-get update |
|
|
|
- sudo apt-get install castxml |
|
|
|
- ./build.sh --target "Travis" --configuration "Release" |
|
|
|
notifications: |
|
|
|
email: false |
|
|
|
|
|
|
|
@ -3,8 +3,8 @@ |
|
|
|
/////////////////////////////////////////////////////////////////////////////// |
|
|
|
|
|
|
|
#addin "nuget:?package=NuGet.Core&version=2.14.0" |
|
|
|
#tool "nuget:?package=NuGet.CommandLine&version=4.3.0" |
|
|
|
#tool "nuget:?package=JetBrains.ReSharper.CommandLineTools&version=2017.1.20170613.162720" |
|
|
|
#tool "nuget:?package=NuGet.CommandLine&version=4.7.1" |
|
|
|
#tool "nuget:?package=JetBrains.ReSharper.CommandLineTools&version=2018.2.3" |
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////// |
|
|
|
// TOOLS |
|
|
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<packages> |
|
|
|
<package id="Cake" version="0.28.0" /> |
|
|
|
<package id="Cake" version="0.30.0" /> |
|
|
|
</packages> |
|
|
|
|