Azure / azure-sdk-tools

Tools repository leveraged by the Azure SDK team.
MIT License
111 stars 176 forks source link

[openapi-alps] Disable Rush "track changes" feature #5803

Open mikeharder opened 1 year ago

mikeharder commented 1 year ago

The openapi-alps repo currently has the Rush "track changes" feature enabled for the projects under the public folder, like public/swagger-validation-common. I believe this was enabled because the packages under public used to be published to npmjs.com, but now they are only consumed from the unified pipeline zip. For example:

https://www.npmjs.com/package/@azure/swagger-validation-common

This "track changes" feature should probably just be disabled if we are not planning to ship these packages to npmjs.com anymore. When the feature is disabled, the files under common/changes should also be deleted.

konrad-jamrozik commented 8 months ago

Related: