avitsidis / Tardis

a small project to test how to publish a nuget package and use is with online CI tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tardis

Build Status NuGet Build status Build status

Description

Tardis is POC library defining a mockable DateService. I use this project to test how to publish package in nuget and configure it with online CI

Publish to nuget

dotnet build -c Release
dotnet test
dotnet pack -c Release
dotnet nuget push Tardis\bin\Release\Tardis.0.0.0.nupkg -k {API_KEY} -s https://api.nuget.org/v3/index.json

About

a small project to test how to publish a nuget package and use is with online CI tools


Languages

Language:C# 100.0%