Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@live.com>2021-03-20 07:15:13 +0300
committerAndrew Arnott <andrewarnott@live.com>2021-03-20 07:15:13 +0300
commit8ca7fc27b1d9e358c7df866e7376538ab1a7c851 (patch)
treef6d457f1e8f0eecefc8a5c601436976a32dad18a /azure-pipelines
parenta6b2846d7b04a022df1eb448293300f51ac595be (diff)
Drop vsix artifact from github release
Diffstat (limited to 'azure-pipelines')
-rw-r--r--azure-pipelines/release.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/azure-pipelines/release.yml b/azure-pipelines/release.yml
index 4f6ebd82..70b98fd0 100644
--- a/azure-pipelines/release.yml
+++ b/azure-pipelines/release.yml
@@ -27,9 +27,6 @@ stages:
- download: CI
artifact: unity
displayName: 'Downloading artifact: unity'
- - download: CI
- artifact: vsix
- displayName: 'Downloading artifact: vsix'
- task: GitHubRelease@1
displayName: GitHub release (create)
inputs:
@@ -41,7 +38,6 @@ stages:
title: v$(resources.pipeline.CI.runName)
assets: |
$(Pipeline.Workspace)/CI/unity/*.unitypackage
- $(Pipeline.Workspace)/CI/vsix/*
isDraft: true # After running this step, visit the new draft release, edit, and publish.
changeLogCompareToRelease: lastNonDraftRelease
changeLogType: issueBased