Skip to content

Commit d00860a

Browse files
committed
(build) Use different env variables
- Since doing multiple projects on same machine
1 parent 078c17c commit d00860a

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)