Skip to content

Commit

Permalink
Update create-github-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RajeevPentyala authored Apr 26, 2024
1 parent 04416d6 commit fbe1718
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ steps:
patterns: '**/admintaskanalysis_core*.zip'
displayName: 'Download Admin Task Analysis solution'

- task: DownloadPipelineArtifact@2
inputs:
source: 'specific'
project: 'CoE-Kit'
pipeline: '2349' #admintaskanalysis_core buildId
runVersion: 'latest'
patterns: '**/business_value_core*.zip'
displayName: 'Download Business Value solution'

- pwsh: |
New-Item -Path $(Pipeline.Workspace)\releaseassets -ItemType Directory
New-Item -Path $(Pipeline.Workspace)\assetstaging -ItemType Directory
Expand All @@ -114,6 +123,7 @@ steps:
Copy-Item '$(Pipeline.Workspace)/drop/CenterofExcellence*.zip' -Destination '$(Pipeline.Workspace)\assetstaging'
Copy-Item '$(Pipeline.Workspace)/drop/Theming*.zip' -Destination '$(Pipeline.Workspace)\assetstaging'
Copy-Item '$(Pipeline.Workspace)/drop/ALMAccelerator*.zip' -Destination '$(Pipeline.Workspace)\assetstaging'
Copy-Item '$(Pipeline.Workspace)/drop/business_value_core*.zip' -Destination '$(Pipeline.Workspace)\assetstaging'
Copy-Item '$(Build.SourcesDirectory)\coe-starter-kit\CenterofExcellenceResources\Release\Collateral\CoEStarterKit\*.*' -Destination '$(Pipeline.Workspace)\assetstaging'
$compress = @{
Expand Down

0 comments on commit fbe1718

Please sign in to comment.