Skip to content

Force Windows AI NuGet pipeline to use Windows SDK 19041 #9255

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

Merged
merged 2 commits into from
Oct 2, 2021

Conversation

smk2007
Copy link
Member

@smk2007 smk2007 commented Oct 2, 2021

Force Windows AI NuGet pipeline to use Windows SDK 19041

Issue: Build machines have 22000 installed, and will use that SDK version by default. However, this SDK is adding an import to LoadLibraryW which breaks downlevel.

Fix: Force Windows AI NuGet pipelines onto 19041.

Sheil Kumar added 2 commits October 1, 2021 18:26
@smk2007 smk2007 merged commit 8f6fd01 into master Oct 2, 2021
@smk2007 smk2007 deleted the user/sheilk/force-windows-sdk-19041 branch October 2, 2021 04:46
smk2007 added a commit that referenced this pull request Oct 2, 2021
* Force Windows AI Nuget pipeline to use 19041 Windows SDK as 22000 casues a downlevel regression by importing LoadLibraryW

* move into quotes

Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
smk2007 added a commit that referenced this pull request Oct 4, 2021
* Force Windows AI Nuget pipeline to use 19041 Windows SDK as 22000 casues a downlevel regression by importing LoadLibraryW

* move into quotes

Co-authored-by: Sheil Kumar <sheilk@microsoft.com>

Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
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.

2 participants