We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d9a5b commit 7c2e4f2Copy full SHA for 7c2e4f2
scripts/nightly.yaml
@@ -234,11 +234,12 @@ stages:
234
detailedLog: true
235
236
- job: "WindowsArm64"
237
- displayName: "Windows"
+ displayName: "WindowsArm64"
238
pool:
239
vmImage: "windows-latest"
240
variables:
241
arch: "amd64_arm64"
242
+ bindings: "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
243
steps:
244
- script: md build
245
- script: |
@@ -250,7 +251,7 @@ stages:
250
251
- task: CopyFiles@2
252
inputs:
253
sourceFolder: build
- contents: '*.zip'
254
+ contents: '*z3*.*'
255
targetFolder: $(Build.ArtifactStagingDirectory)
256
- task: PublishPipelineArtifact@1
257
0 commit comments