Skip to content

Instantly share code, notes, and snippets.

View phsantiago32's full-sized avatar

Pedro Santiago phsantiago32

View GitHub Profile
@phsantiago32
phsantiago32 / appveyor.yml
Created July 18, 2017 01:08
Basic .yml template for publishing .NET Core NuGet packages using AppVeyor
os: Visual Studio 2017
version: 1.0.{build}
branches:
only:
- master
configuration:
- Release