Skip to content

Commit

Permalink
Add Nodejs repotag detection
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Feb 16, 2018
1 parent e6eb168 commit b3bf042
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swaggertosdk/SwaggerToSdkCore.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def get_repo_tag_meta(meta_conf):
return "azure-sdk-for-ruby"
if "java" in meta_conf["autorest_options"]:
return "azure-libraries-for-java"
if "nodejs" in meta_conf["autorest_options"]:
return "azure-sdk-for-node"
raise ValueError("No repotag found or infered")


Expand Down

0 comments on commit b3bf042

Please sign in to comment.