novolis-smoketest / getting-started.md
Getting started
Template smoke package
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.slnUse the package
dotnet add package Novolis.TemplateSmokeTestusing Novolis.TemplateSmokeTest;
Console.WriteLine(Smoke.Ping());