Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request addresses the issue where the DirectML NuGet pipeline has error like "##[error]A duplicate file name exists, or the file" in Windows_CI_GPU_DML_Dev_arm64 step.
Core Changes
.nupkg.runtimes/win-arm64/nativedirectory..nupkg.NuGet_Packaging_DMLstage. This stage is dependent on both the x64 and ARM64 build stages.validate_package.pyandvalidate-package.ymlto support multi-platform verification in future pipeline runs.Verification Results
The bundling logic was verified through the pipeline logs in the
NuGet_Packaging_DMLstage.Execution Logs
win-dml-arm64.zipand the baseMicrosoft.ML.OnnxRuntime.DirectML.1.24.1.nupkg.runtimes/win-arm64/nativedirectory inside the package extraction folder.onnxruntime.dll,onnxruntime.lib, andonnxruntime_providers_shared.dllinto the ARM64 runtime path.Important
Artifact Note: When verifying the CI output, the unified multi-arch package is located in the
packagesartifact produced by theNuGet_Packaging_DMLstage. Intermediate artifacts likedrop-nuget-dmlstill contain the single-architecture (x64) version.