Merge pull request #22 from cra0zy/pincake

Pin Cake version
This commit is contained in:
Harry 2018-02-26 23:01:57 +01:00 committed by GitHub
commit 049e7f7eb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

5
.gitignore vendored
View file

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

View file

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