mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
output files for testing
This commit is contained in:
parent
62e8d22f66
commit
88309a9cb4
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ jobs:
|
||||||
- script: 'yarn install'
|
- script: 'yarn install'
|
||||||
displayName: 'Install Dependencies'
|
displayName: 'Install Dependencies'
|
||||||
|
|
||||||
|
- script: 'ls -al $(Pipeline.Workspace)'
|
||||||
|
displayName: 'Output Files'
|
||||||
|
|
||||||
- script: 'yarn build'
|
- script: 'yarn build'
|
||||||
displayName: 'Build Development'
|
displayName: 'Build Development'
|
||||||
condition: eq(variables['BuildConfiguration'], 'development')
|
condition: eq(variables['BuildConfiguration'], 'development')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue