Skip to content

Commit 0649119

Browse files
committed
(build) Changing to use other env variables [skip ci]
- This is required since doing multiple projects on same machine
1 parent f6e8ad3 commit 0649119

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#load nuget:https://www.myget.org/F/cake-contrib/api/v2?package=Cake.Recipe&prerelease
22

3-
Environment.SetVariableNames();
3+
Environment.SetVariableNames(githubUserNameVariable: "GITTOOLS_GITHUB_USERNAME",
4+
githubPasswordVariable: "GITTOOLS_GITHUB_PASSWORD");
45

56
BuildParameters.SetParameters(context: Context,
67
buildSystem: BuildSystem,

0 commit comments

Comments
 (0)