Skip to content

Commit

Permalink
#5700 - Add download x86 as part of release NuGet
Browse files Browse the repository at this point in the history
x86 is part of nightly NuGet but was not added to the release pipeline.
  • Loading branch information
NikolajBjorner committed Dec 16, 2021
1 parent 122b0fe commit 4641a20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4641a20

Please sign in to comment.