This file contains hidden or 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
/////////////////////////////////////////////////////////////////////////////// | |
// COMMAND LINE ARGUMENTS | |
// | |
// --localSource [a directory path or URL to a NuGet source] | |
// This can be used to provide access to the build | |
// artifacts to use as the base for the fat | |
// packages. | |
// --packagesPath [a directory path to download NuGet packages to] | |
// This can be used to change where the existing | |
// packages get downloaded to temporarily. |