Skip to content

Commit

Permalink
move to use release.yml version for windows build
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Feb 1, 2024
1 parent 5cac9b8 commit 28d62bf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,13 @@ stages:
artifactName: '$(name)Build'
targetPath: $(Build.ArtifactStagingDirectory)

- template: build-win-signed.yml
parameters:
ReleaseVersion: $(ReleaseVersion)
BuildArchitecture: 'x86'

- job: Windows32
condition: eq(0, 1)
displayName: "Windows 32-bit build"
pool:
vmImage: "windows-latest"
Expand Down Expand Up @@ -416,7 +422,7 @@ stages:
- task: DownloadPipelineArtifact@2
displayName: 'Download Win32 Build'
inputs:
artifact: 'Windows32'
artifact: 'WindowsBuild-x86'
path: $(Agent.TempDirectory)\package
- task: NuGetToolInstaller@0
inputs:
Expand Down

0 comments on commit 28d62bf

Please sign in to comment.