OctopusDeploy / Halibut

| Public | A secure communication stack for .NET using JSON-RPC over SSL.
Other
12 stars 44 forks source link

Add timestamp to local builds #509

Closed APErebus closed 11 months ago

APErebus commented 11 months ago

Background

When developing locally, creating a local package doesn't add a unique timestamp, meaning that you have to manually clear the nuget package cache for it to change.

Results

Adds a unique timestamp to the nuget version when performing a local build

How to review this PR

Quality :heavy_check_mark:

Pre-requisites