From 4641a20f4fea6f23dc25be0d463615052d3cc13d Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Thu, 16 Dec 2021 13:50:31 -0800 Subject: [PATCH] #5700 - Add download x86 as part of release NuGet x86 is part of nightly NuGet but was not added to the release pipeline. --- scripts/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/release.yml b/scripts/release.yml index 9a1982744..78a58de59 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -171,6 +171,10 @@ stages: inputs: artifact: 'WindowsBuild-x64' path: $(Agent.TempDirectory)\package + displayName: 'Download Win32 Build' + inputs: + artifact: 'WindowsBuild-x86' + path: $(Agent.TempDirectory)\package - task: DownloadPipelineArtifact@2 displayName: 'Download Ubuntu Build' inputs: