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 6261b2d commit 20a6509Copy full SHA for 20a6509
build.cake
@@ -13,7 +13,7 @@ var configuration = Argument("configuration", "Release");
13
var treatWarningsAsErrors = Argument("treatWarningsAsErrors", "false");
14
var solutionPath = MakeAbsolute(File(Argument("solutionPath", "./ArchitectNow.Framework.sln")));
15
var includeSymbols = Argument("includeSymbols", "false");
16
-var myGetApiKey = Argument("myGetApiKey", "")
+var myGetApiKey = EnvironmentVariable("myGetApiKey");
17
18
//////////////////////////////////////////////////////////////////////
19
// PREPARATION
0 commit comments