-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Update AOT pipeline to no longer require ci parameters #53752
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
base: main
Are you sure you want to change the base?
Conversation
| } | ||
| Write-Host "Running Check-AOT-Compatibility.ps1 for Package: $($package.ArtifactName) Service $($package.ServiceDirectory)" | ||
|
|
||
| $scriptPath = Join-Path $PSScriptRoot "Check-AOT-Compatibility.ps1" |
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.
This is a place we should consider switching to call the azsdk cli command instead of calling the script directly.
eng/service.proj
Outdated
| <WriteLinesToFile File="$(OutputProjectFilePath)" Lines="@(_WriteToLines)" /> | ||
| </Target> | ||
|
|
||
| <Target Name="GetAotCompatOptOut"> |
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.
See my other comment but this shouldn't be needed. We probably should clean-up the other similar cases now as well.
No description provided.