Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cyberlane/a835480fb749cf2c3352f02883b07169 to your computer and use it in GitHub Desktop.
Save Cyberlane/a835480fb749cf2c3352f02883b07169 to your computer and use it in GitHub Desktop.
Preparing to run build script...
VERBOSE: Downloading packages.config...
VERBOSE: GET http://cakebuild.net/bootstrapper/packages with 0-byte payload
VERBOSE: received 106-byte response of content type text/xml; charset=utf-8
VERBOSE: Trying to find nuget.exe in PATH...
VERBOSE: Downloading NuGet.exe...
VERBOSE: Restoring tools from NuGet...
VERBOSE: Feeds used:
C:\Users\justinnel\AppData\Local\NuGet\Cache
C:\Users\justinnel\.nuget\packages\
https://api.nuget.org/v3/index.json
http://nuget.episerver.com/feed/packages.svc/
Restoring NuGet package Cake.0.11.0.
Adding package 'Cake.0.11.0' to folder 'Z:\Documents\Projects\SimpleTest\tools'
Added package 'Cake.0.11.0' to folder 'Z:\Documents\Projects\SimpleTest\tools'
Running build script...
More than one build script specified.
Usage: Cake.exe [build-script] [-verbosity=value]
[-showdescription] [-dryrun] [..]
Example: Cake.exe
Example: Cake.exe build.cake -verbosity=quiet
Example: Cake.exe build.cake -showdescription
Options:
-verbosity=value Specifies the amount of information to be displayed.
(Quiet, Minimal, Normal, Verbose, Diagnostic)
-showdescription Shows description about tasks.
-dryrun Performs a dry run.
-version Displays version information.
-help Displays usage information.
-experimental Uses the nightly builds of Roslyn script engine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment