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.
2 parents 9d3fe4e + 20a6509 commit 2165391Copy full SHA for 2165391
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