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

WindowsAI build failing due to deprecated .NET5 SDK missing in build image #15383

Merged
merged 2 commits into from
Apr 6, 2023

Conversation

smk2007
Copy link
Member

@smk2007 smk2007 commented Apr 5, 2023

WindowsAI build failing due to deprecated .NET5 SDK missing in build image

.NET5 was deprecated last year, and recently the build machine images have been updated to not include this SDK.
Unblock failing builds by force insalling .NET5 SDK as part of the build pipeline.

smk2007 added 2 commits April 5, 2023 12:14
.NET5 is not installed by default on build machines.

Add the UseDotNet@2 task to install .NET5.
@smk2007 smk2007 merged commit 0fbbb6a into main Apr 6, 2023
@smk2007 smk2007 deleted the user/sheilk/usedotnet5 branch April 6, 2023 15:51
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.

3 participants