From 96b8e0ba4571b22739eb48a75a1696248c584e4e Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Thu, 20 Jun 2019 23:59:59 +0300 Subject: Release task --- azure-pipelines.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0ef4c9b..12a618f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,7 +42,11 @@ jobs: vmImage: 'vs2017-win2016' steps: - task: DownloadPipelineArtifact@1 - - powershell: ls + + - task: GithubRelease@0 + inputs: + githubConnection: 'oswjkpat' + assets: '$(System.ArtifactsDirectory)/**/*.zip' -- cgit v1.2.3