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 aa216ef commit de139f4Copy full SHA for de139f4
tools/anglesharp.cake
@@ -1,5 +1,5 @@
1
-#addin "Cake.FileHelpers"
2
-#addin "Octokit"
+#addin nuget:?package=Cake.FileHelpers&version=3.2.0
+#addin nuget:?package=Octokit&version=0.32.0
3
using Octokit;
4
5
var configuration = Argument("configuration", "Release");
0 commit comments