Skip to content

Commit 6aa18d5

Browse files
chris-eiblzooba
andauthored
Update windows-release/azure-pipelines.yml
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
1 parent 7abd79b commit 6aa18d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-release/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ stages:
165165
- stage: Build
166166
displayName: Build binaries
167167
pool:
168-
vmImage: ${{ if(eq(parameters.DoTailcalling, 'true'), 'windows-2025-vs2026', parameters.vmImage) }}
168+
vmImage: ${{ iif(eq(parameters.DoTailcalling, 'true'), 'windows-2025-vs2026', parameters.vmImage) }}
169169
jobs:
170170
- template: start-arm64vm.yml
171171
parameters:

0 commit comments

Comments
 (0)