mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
update build-win-signed-cmake
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e398f84e85
commit
e295ac93af
3 changed files with 7 additions and 3 deletions
|
@ -154,17 +154,19 @@ stages:
|
|||
parameters:
|
||||
ReleaseVersion: $(ReleaseVersion)
|
||||
BuildArchitecture: 'x86'
|
||||
VCArchitecture: 'x86'
|
||||
|
||||
- template: build-win-signed-cmake.yml
|
||||
parameters:
|
||||
ReleaseVersion: $(ReleaseVersion)
|
||||
BuildArchitecture: 'x64'
|
||||
VCArchitecture: 'x64'
|
||||
|
||||
- template: build-win-signed-cmake.yml
|
||||
parameters:
|
||||
ReleaseVersion: $(ReleaseVersion)
|
||||
BuildArchitecture: 'arm64'
|
||||
|
||||
VCArchitecture: 'amd64_arm64'
|
||||
|
||||
- stage: Package
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue