Pin Cake version
This commit is contained in:
parent
a69b4d98b4
commit
6668635559
3 changed files with 8 additions and 5 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -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
|
||||||
|
|
|
@ -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
4
tools/packages.config
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<packages>
|
||||||
|
<package id="Cake" version="0.25.0" />
|
||||||
|
</packages>
|
Loading…
Reference in a new issue