mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
wip
This commit is contained in:
parent
fb4aa5a08d
commit
372d3b95f6
1 changed files with 6 additions and 6 deletions
|
@ -14,24 +14,24 @@ jobs:
|
|||
steps:
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: publish $(parameters.name)
|
||||
displayName: publish ${{ parameters.name }}
|
||||
inputs:
|
||||
command: 'publish'
|
||||
publishWebProjects: true
|
||||
arguments: '-c $(BuildConfiguration) -r "$(parameters.Runtime)" -o $(Build.ArtifactStagingDirectory)/$(parameters.OutputName)'
|
||||
zipAfterPublish: false
|
||||
modifyOutputPath: false
|
||||
|
||||
|
||||
- task: CopyFiles@2
|
||||
displayName: 'Copy Angular App $(parameters.name)'
|
||||
displayName: 'Copy Angular App ${{ parameters.name }}'
|
||||
inputs:
|
||||
SourceFolder: '$(UILocation)dist'
|
||||
Contents: '**'
|
||||
TargetFolder: '$(Build.ArtifactStagingDirectory)/$(parameters.OutputName)/ClientApp/dist'
|
||||
|
||||
|
||||
|
||||
|
||||
- task: ArchiveFiles@2
|
||||
displayName: Zip $(parameters.name)
|
||||
displayName: Zip ${{ parameters.name }}
|
||||
inputs:
|
||||
rootFolderOrFile: '$(Build.ArtifactStagingDirectory)/$(parameters.OutputName)'
|
||||
includeRootFolder: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue