Novolis Docs
novolis-smoketest / getting-started.md

Getting started

dotnetcinovolis

novolis-smoketest ships a single packable library, Novolis.TemplateSmokeTest, used to verify NuGet packaging and CI pipelines across the Novolis platform.

Prerequisites

Build

dotnet build Novolis.Smoketest.sln

Use the package

dotnet add package Novolis.TemplateSmokeTest
using Novolis.TemplateSmokeTest;

Console.WriteLine(Smoke.Ping());

See also

  • Design — purpose and scope
  • Release — versioning and publishing