Use jar directly

This commit is contained in:
crobibero 2020-09-06 08:26:36 -06:00
parent 320e3b98ab
commit 6ffffa95a7
3 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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} \

View file

@ -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} \