Created
May 22, 2015 03:21
-
-
Save dcomartin/797398291f51ed0c27ad to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Load from file system | |
Config.Global.LoadScriptFile("path/to/MyConfig.csx"); | |
// Load from web | |
Config.Global.LoadWebScript(new Uri("https://www.domain.com/MyConfig.csx")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment