Setup releases file

This commit is contained in:
cra0zy 2017-11-12 01:51:08 +01:00
parent 4b3bef6f9d
commit 0dfc6037d6

View file

@ -3,4 +3,14 @@ mono: latest
dotnet: 2.0.0
dist: trusty
script:
- ./build.sh
- "./build.sh"
deploy:
provider: releases
api_key:
secure: $TOKEN
file: BuildOutput/NugetPackages/*
skip_cleanup: true
on:
branch: master
repo: GtkSharp/GtkSharp
tags: true