From fd3206c4e43cbf77d511a27e3fb75f0394db53e7 Mon Sep 17 00:00:00 2001 From: Tiago Koji Castro Shibata Date: Fri, 23 Oct 2020 13:34:50 -0700 Subject: [PATCH] Bundle after Nugets are built --- .../github/azure-pipelines/nuget/templates/windowsai.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/ci_build/github/azure-pipelines/nuget/templates/windowsai.yml b/tools/ci_build/github/azure-pipelines/nuget/templates/windowsai.yml index d884940fe2..1a37c27c61 100644 --- a/tools/ci_build/github/azure-pipelines/nuget/templates/windowsai.yml +++ b/tools/ci_build/github/azure-pipelines/nuget/templates/windowsai.yml @@ -164,6 +164,10 @@ jobs: - WindowsAI_CPU_X86_Store - WindowsAI_CPU_ARM64_Store - WindowsAI_CPU_ARM_Store + - WindowsAI_CPU_X64_StaticRuntime + - WindowsAI_CPU_X86_StaticRuntime + - WindowsAI_CPU_ARM64_StaticRuntime + - WindowsAI_CPU_ARM_StaticRuntime condition: succeeded() steps: - task: DownloadPipelineArtifact@0