From a44ae1eed48d9a1ee54c4f11cd34a934ef1a4108 Mon Sep 17 00:00:00 2001 From: Tiago Koji Castro Shibata Date: Thu, 22 Oct 2020 13:01:17 -0700 Subject: [PATCH] Add DML to x64 --- .../github/azure-pipelines/templates/windowsai-nuget-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/windowsai-nuget-build.yml b/tools/ci_build/github/azure-pipelines/templates/windowsai-nuget-build.yml index 9cf46ae3d1..122491f92d 100644 --- a/tools/ci_build/github/azure-pipelines/templates/windowsai-nuget-build.yml +++ b/tools/ci_build/github/azure-pipelines/templates/windowsai-nuget-build.yml @@ -47,7 +47,7 @@ steps: - powershell: | Write-Host "##vso[task.setvariable variable=BuildFlags]$(BuildFlags) --use_dml" displayName: Add DML flags - condition: or(eq('${{ parameters.BuildArch }}', ''), eq('${{ parameters.BuildArch }}', 'x86')) + condition: or(eq('${{ parameters.BuildArch }}', 'x64'), eq('${{ parameters.BuildArch }}', 'x86')) - powershell: | Write-Host "##vso[task.setvariable variable=BuildFlags]$(BuildFlags) --enable_wcos"