diff --git a/proxy/azure-pipelines.yml b/proxy/azure-pipelines.yml index f8ad11c67..d673f8abd 100644 --- a/proxy/azure-pipelines.yml +++ b/proxy/azure-pipelines.yml @@ -22,7 +22,7 @@ stages: - task: CmdLine@2 inputs: script: | - $(go list -f {{.Target}} github.com/go-swagger/go-swagger/cmd/swagger) generate client -f ../swagger.yaml -A passbook -t pkg/ + swagger generate client -f ../swagger.yaml -A passbook -t pkg/ workingDirectory: 'proxy/' - task: PublishPipelineArtifact@1 inputs: