Update license scan image to use .NET 11#4178
Update license scan image to use .NET 11#4178NikolaMilosavljevic merged 1 commit intodotnet:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Docker container images used for VMR license scan tests from .NET 10.0 to .NET 11.0 to resolve test failures caused by the missing .NET 11 SDK.
Changes:
- Updated container image tags from
net10.0tonet11.0in both official and unofficial license scan pipeline configurations
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/vmr-license-scan.yml | Updated the azurelinuxSourceBuildTestContainer image to use .NET 11.0 instead of .NET 10.0 |
| eng/pipelines/vmr-license-scan-unofficial.yml | Updated the azurelinuxSourceBuildTestContainer image to use .NET 11.0 instead of .NET 10.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Depends on dotnet/dotnet-buildtools-prereqs-docker#1575 |
|
I don't know much about this code path but would it make sense to use dotnet.sh automatically restores the SDK if it isn't installed on the machine, based on the global.json setting. |
|
Yeah, that's a good point. Something to look at. |
|
Dependent PR was green and merged this morning - dotnet/dotnet-buildtools-prereqs-docker#1575 I am merging this one now. |
|
Please make sure to track my feedback somewhere. I think it makes sense. |
Fixes: #4177