Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 769 Bytes

Nuget in Azure pt2.md

File metadata and controls

30 lines (17 loc) · 769 Bytes

A Free Powershell Repository with CI CD

...and I do most of the work for you (Part 2 of 3 - the Nuget Server and finishing it off)

Well hello stalwart chums! Hopefully the previous post wasn’t too rough for you. It was also potentially the more boring bit, but give me a chance, I can be more boring.

  1. Clone Repo down in Visual Studio 2017
  2. New Asp.net Empty
  3. Add Nuget.Server package
  4. Powershell New-Guid
  5. Use Guid as API key in webconfig //improve this
  6. Commit and Sync
  7. Create Yaml build
  8. Switch on CI, do a manual build
  9. Build should complete
  10. Create Release pipeline > to Azure Webapp with CI
  11. Pick the Service Endpoint created in Azure Webapp settings.
  12. Do Release , should now be up and running.