Skip to content

akordowski/Demo-Cake-Offline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Cake Offline

A demo for the configuration of Cake Build for offline scenarios.

  1. Set in the file build.ps1 on line 104 the path to nuget.exe in the variable $NUGET_URL.
    • $NUGET_URL = "./nuget/nuget.exe"
  2. Set in the file build.ps1 on line 121 the path to packages.config.
    • $wc.DownloadFile("./nuget/packages.config", $PACKAGES_CONFIG)
  3. Set in the file cake.config in the [Nuget] section the path to the NuGet feed.
    • Source=./nuget/

About

A demo for the configuration of Cake Build for offline scenarios.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published