mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Use jar directly
This commit is contained in:
parent
320e3b98ab
commit
6ffffa95a7
3 changed files with 5 additions and 2 deletions
|
@ -55,3 +55,6 @@ jobs:
|
|||
|
||||
- ${{ if or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), startsWith(variables['Build.SourceBranch'], 'refs/heads/master')) }}:
|
||||
- template: azure-pipelines-package.yml
|
||||
|
||||
- ${{ if or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), startsWith(variables['Build.SourceBranch'], 'refs/heads/master')) }}:
|
||||
- template: azure-pipelines-api-client.yml
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
CLIENT=$1
|
||||
openapi-generator generate \
|
||||
java -jar openapi-generator-cli.jar generate \
|
||||
--input-spec $(System.ArtifactsDirectory)/openapi/openapi.json \
|
||||
--generator-name typescript-${CLIENT} \
|
||||
--output ./apiclient/generated/typescript/${CLIENT} \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
CLIENT=$1
|
||||
openapi-generator generate \
|
||||
java -jar openapi-generator-cli.jar generate \
|
||||
--input-spec $(System.ArtifactsDirectory)/openapi/openapi.json \
|
||||
--generator-name typescript-${CLIENT} \
|
||||
--output ./apiclient/generated/typescript/${CLIENT} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue