Update release pipeline to match 2.2 requirements
We no longer ship mpc as a zip
This commit is contained in:
Родитель
a839b13f30
Коммит
7de68324b9
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче