How to create a Nuget Package using NuGet Package Explorer?

What is NuGet Package Explorer? NuGet Package Explorer (NPE) is an application that makes it easy to create and explore NuGet packages. You can load a .nupkg or .snupkg file…

Read more »

Understanding a world of DevOps from Richard Seroter

Introduction and Goals Hi, my name is Richard Seroter and welcome to this course on DevOps. We’re going to be covering the Big Picture of DevOps, hence the title, really…

Read more »

Octopus Deploy – How to handle deployment errors and script failure response.

Each of your scripts will be bootstrapped by the open-source Calamari project to provide access to variables and helper functions. You can see how your scripts are bootstrapped in the…

Read more »

Octopus Deploy – Send a Notification When Deployments Fail

If you are using Octopus Deploy as part of a continuous delivery pipeline, you’ll probably find that deployments don’t fail very often. This means, you need to send an email…

Read more »

Octopus Deploy – Deployment Examples and Sample Projects

Deploying software with Octopus Deploy involves packaging your applications and configuring your infrastructure. With those two steps completed, you need to define your deployment process by creating a project, adding steps and configuration variables, and creating releases. The section goes…

Read more »

Octopus Deploy – Run Multiple Processes steps on a Tentacle Simultaneously and Parallel

For each step that you define in you deployment processes, you can set conditions for greater control over the step’s execution. You can set conditions to: Run the step on…

Read more »