Update release pipeline to match 2.2 requirements

We no longer ship mpc as a zip
This commit is contained in:
Andrew Arnott 2020-09-14 09:40:56 -06:00
Родитель a839b13f30
Коммит 7de68324b9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: A9B9910CDCCDA441
1 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -24,21 +24,12 @@ stages:
- powershell: |
Write-Host "##vso[build.updatebuildnumber]$(resources.pipeline.CI.runName)"
displayName: Set pipeline name
- download: CI
artifact: mpc
displayName: 'Downloading artifact: mpc'
- download: CI
artifact: unity
displayName: 'Downloading artifact: unity'
- download: CI
artifact: vsix
displayName: 'Downloading artifact: vsix'
- task: ArchiveFiles@2
displayName: Archive mpc
inputs:
rootFolderOrFile: $(Pipeline.Workspace)/CI/mpc
includeRootFolder: false
archiveFile: $(Pipeline.Workspace)/mpc.zip
- task: GitHubRelease@1
displayName: GitHub release (create)
inputs:
@ -51,7 +42,6 @@ stages:
assets: |
$(Pipeline.Workspace)/CI/unity/*.unitypackage
$(Pipeline.Workspace)/CI/vsix/*
$(Pipeline.Workspace)/mpc.zip
isDraft: true # After running this step, visit the new draft release, edit, and publish.
changeLogCompareToRelease: lastNonDraftRelease
changeLogType: issueBased