Skip to content
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

Add task to compute base image tag from .NET 8 going forward #384

Merged
merged 4 commits into from
Mar 13, 2023

Conversation

baronfel
Copy link
Member

@baronfel baronfel commented Mar 8, 2023

Fix #198

This adds a new Task ComputeDotnetBaseImageTag that uses the current SDK version and user's desired TFM for the project. For .NET 8 and upwards, when targeting the SDK's current TFM, if the SDK itself is preview or rc then that has an impact on the desired base tag.

I added a series of tests to cover this.

@baronfel baronfel requested a review from a team March 8, 2023 14:53
@baronfel baronfel merged commit c1f115e into main Mar 13, 2023
@baronfel baronfel deleted the sdk-version-parsing-task branch March 13, 2023 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

React to changes to .NET 8 tagging scheme for Microsoft-built containers
2 participants