We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d976d5 commit ca0872fCopy full SHA for ca0872f
.gitignore
@@ -236,9 +236,6 @@ _Pvt_Extensions
236
.fake/
237
238
# Cake
239
-dist/
240
-build/
241
-tools/
242
-
243
-# StyleCop
244
-StyleCopViolations.xml
+tools/Cake/
+tools/nuget.exe
+tools/packages.config.md5sum
tools/packages.config
@@ -0,0 +1,4 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<packages>
3
+ <package id="Cake" version="0.15.1" />
4
+</packages>
0 commit comments