1
0
Fork 0
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:
dkanada 2020-03-17 00:49:38 +09:00
parent 62e8d22f66
commit 88309a9cb4

View file

@ -44,6 +44,9 @@ jobs:
- script: 'yarn install'
displayName: 'Install Dependencies'
- script: 'ls -al $(Pipeline.Workspace)'
displayName: 'Output Files'
- script: 'yarn build'
displayName: 'Build Development'
condition: eq(variables['BuildConfiguration'], 'development')