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 c0e1eec commit 55d0c17Copy full SHA for 55d0c17
.gitignore
@@ -253,3 +253,5 @@ paket-files/
253
tools
254
VersionAssemblyInfo.cs
255
.dotnet
256
+tools/*
257
+!tools/packages.config
tools/packages.config
@@ -0,0 +1,4 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<packages>
3
+ <package id="Cake" version="0.21.1" />
4
+</packages>
0 commit comments