Azure / autorest

OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python
MIT License
4.54k stars 728 forks source link

Disable docker publish for now #4973

Closed timotheeguerin closed 1 month ago

timotheeguerin commented 1 month ago

It has been broken for a long time and not sure anybody uses it anyway, This is currently blocking any other publishing

azure-pipelines[bot] commented 1 month ago

You may test this build by running autorest --reset and then either:


Add the following CLI flags

Pacakge Flag Description
@autorest/core --version:https://tinyurl.com/27w2pqk8 For changes to autorest core.
@autorest/modelerfour --use:https://tinyurl.com/25r4fx5x For changes to modelerfour.

Or with all

autorest --version:https://tinyurl.com/27w2pqk8 --use:https://tinyurl.com/25r4fx5x

or use the following in your autorest configuration:

# For changes to autorest core
version: "https://tinyurl.com/27w2pqk8"

# For changes to modelerfour
use-extension:
  "@autorest/modelerfour": "https://tinyurl.com/25r4fx5x"

If this build is good for you, give this comment a thumbs up. (👍) And you should run autorest --reset again once you're finished testing to remove it.