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