Skip to content

Conversation

@m-redding
Copy link
Member

No description provided.

@m-redding m-redding changed the title draft clean up aot script so it can be run locally draf update AOT pipeline to no longer require ci parameters Nov 7, 2025
@m-redding m-redding changed the title draf update AOT pipeline to no longer require ci parameters draft update AOT pipeline to no longer require ci parameters Nov 7, 2025
}
Write-Host "Running Check-AOT-Compatibility.ps1 for Package: $($package.ArtifactName) Service $($package.ServiceDirectory)"

$scriptPath = Join-Path $PSScriptRoot "Check-AOT-Compatibility.ps1"
Copy link
Member

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">
Copy link
Member

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.

@m-redding m-redding changed the title draft update AOT pipeline to no longer require ci parameters Update AOT pipeline to no longer require ci parameters Nov 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants