New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove references to deleted file in YAML pipelines #11607
Conversation
| @@ -22,7 +22,6 @@ const pkgName = pkg.name; | |||
|
|
|||
| // For test builds, the package version starts with 0.0.0. Code need to know the original version. | |||
| // CI build create one with original version prefix is emitted into the environment for code logic to be used here. | |||
| // See tools/pipelines/scripts/build-version.js | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe common/build/build-common/gen_version.js is the new location.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, but that's the file that contains the comment 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks good to me, but I am wondering if this should just be a part of the main build-tools release group. Is there a good reason to leave it in build-common?
You and @curtisman are probably better equipped to answer that, but to me it doesn't seem like there is. |
|
This commit is queued for merging with the |
Description
Bit of cleanup in the ADO pipelines, removing references to a file that was removed earlier this year (its functionality was integrated into our build-common package).
Except for a comment in a
.jsfile, all the changes are in thetriggerssection(s) of pipelines. Since the file does not exist anymore, the pipelines would never trigger because of changes to that path.