Skip to content

Commit

Permalink
Drop vsix artifact from github release
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Mar 20, 2021
1 parent a6b2846 commit 8ca7fc2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions azure-pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 8ca7fc2

Please sign in to comment.