Skip to content

Generate NuGet packages

Laussel Loïc edited this page Oct 15, 2020 · 5 revisions

Prerequisites

  • Have a windows environement
  • donwload nuget.exe
  • into nuget/boosted.nuspec and nuget/boosted.saas.nuspec check that <version> is correct and that dependencies versions are correct too
  • into nuget/MyGet.ps1 uncomment line 2 and 3 to declare env sourcepath and executable path

Generate nupkg

  • open powershell
  • go to boosted_folder/nuget
  • run command ./Myget.ps1

And that's all you'll now have 2 packages boosted.sass.X.X.X.nupkg and boosted.X.X.X.nupkg where X.X.X represent the version

Publish packages onto nuget.org

  • you need to be owner of boosted and boosted-sass packages
  • from your account select upload package, and follow the process

Clone this wiki locally