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 078c17c commit d00860aCopy full SHA for d00860a
setup.cake
@@ -1,6 +1,7 @@
1
#load nuget:https://www.myget.org/F/cake-contrib/api/v2?package=Cake.Recipe&prerelease
2
3
-Environment.SetVariableNames();
+Environment.SetVariableNames(githubUserNameVariable: "GITTOOLS_GITHUB_USERNAME",
4
+ githubPasswordVariable: "GITTOOLS_GITHUB_PASSWORD");
5
6
BuildParameters.SetParameters(context: Context,
7
buildSystem: BuildSystem,
0 commit comments