aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.ci/azure-pipelines-api-client.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.ci/azure-pipelines-api-client.yml b/.ci/azure-pipelines-api-client.yml
index babee15b5..0c741495f 100644
--- a/.ci/azure-pipelines-api-client.yml
+++ b/.ci/azure-pipelines-api-client.yml
@@ -17,13 +17,11 @@ jobs:
- task: DownloadPipelineArtifact@2
displayName: 'Download OpenAPI Spec Artifact'
inputs:
- source: "specific"
+ source: 'current'
artifact: "OpenAPI Spec"
- path: "$(System.ArtifactsDirectory)/openapi"
- project: "$(System.TeamProjectId)"
- pipeline: "29" # The main server CI build
- runVersion: "latestFromBranch"
- runBranch: "refs/heads/$(System.PullRequest.TargetBranch)"
+ path: "$(System.ArtifactsDirectory)/openapispec"
+ runVersion: "latest"
+ dependsOn: Test
- task: CmdLine@2
displayName: 'Download OpenApi Generator'
@@ -68,5 +66,5 @@ jobs:
inputs:
command: publish
publishRegistry: useExternalRegistry
- publishEndpoint:
+ publishEndpoint:
workingDir: ./apiclient/generated/typescript/axios