Pin Cake version

This commit is contained in:
cra0zy 2018-02-26 22:58:51 +01:00
parent a69b4d98b4
commit 6668635559
No known key found for this signature in database
GPG Key ID: 60EDFEA832E9AC7F
3 changed files with 8 additions and 5 deletions

5
.gitignore vendored
View File

@ -2,7 +2,6 @@
BuildOutput/
Generated/
tools/
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
@ -292,8 +291,8 @@ __pycache__/
*.pyc
# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config
tools/**
!tools/packages.config
# Tabs Studio
*.tss

View File

@ -1,7 +1,7 @@
#load CakeScripts\GAssembly.cs
#load CakeScripts\Settings.cs
#addin "Cake.FileHelpers"
#addin "Cake.Incubator"
#addin "Cake.FileHelpers&version=2.0.0"
#addin "Cake.Incubator&version=1.7.2"
// VARS

4
tools/packages.config Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake" version="0.25.0" />
</packages>