Skip to content

Commit beaa894

Browse files
author
Chris Young
committed
Merge branch 'hotfix/4.1.1'
2 parents 6261b2d + 20a6509 commit beaa894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var configuration = Argument("configuration", "Release");
1313
var treatWarningsAsErrors = Argument("treatWarningsAsErrors", "false");
1414
var solutionPath = MakeAbsolute(File(Argument("solutionPath", "./ArchitectNow.Framework.sln")));
1515
var includeSymbols = Argument("includeSymbols", "false");
16-
var myGetApiKey = Argument("myGetApiKey", "")
16+
var myGetApiKey = EnvironmentVariable("myGetApiKey");
1717

1818
//////////////////////////////////////////////////////////////////////
1919
// PREPARATION

0 commit comments

Comments
 (0)