mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
wip
This commit is contained in:
parent
7d9121f178
commit
cf95a05eaa
1 changed files with 25 additions and 25 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
vmImage: ${vmImage}
|
vmImage: ${vmImage}
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName: publish $(parameters.name)
|
displayName: publish $(parameters.name)
|
||||||
inputs:
|
inputs:
|
||||||
command: 'publish'
|
command: 'publish'
|
||||||
|
@ -22,7 +22,7 @@ jobs:
|
||||||
zipAfterPublish: false
|
zipAfterPublish: false
|
||||||
modifyOutputPath: false
|
modifyOutputPath: false
|
||||||
|
|
||||||
- task: CopyFiles@2
|
- task: CopyFiles@2
|
||||||
displayName: 'Copy Angular App $(parameters.name)'
|
displayName: 'Copy Angular App $(parameters.name)'
|
||||||
inputs:
|
inputs:
|
||||||
SourceFolder: '$(UILocation)dist'
|
SourceFolder: '$(UILocation)dist'
|
||||||
|
@ -30,7 +30,7 @@ jobs:
|
||||||
TargetFolder: '$(Build.ArtifactStagingDirectory)/$(parameters.OutputName)/ClientApp/dist'
|
TargetFolder: '$(Build.ArtifactStagingDirectory)/$(parameters.OutputName)/ClientApp/dist'
|
||||||
|
|
||||||
|
|
||||||
- task: ArchiveFiles@2
|
- task: ArchiveFiles@2
|
||||||
displayName: Zip $(parameters.name)
|
displayName: Zip $(parameters.name)
|
||||||
inputs:
|
inputs:
|
||||||
rootFolderOrFile: '$(Build.ArtifactStagingDirectory)/$(parameters.OutputName)'
|
rootFolderOrFile: '$(Build.ArtifactStagingDirectory)/$(parameters.OutputName)'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue