We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cef5e7 commit cee3206Copy full SHA for cee3206
windows-release/start-arm64vm.yml
@@ -4,7 +4,7 @@ parameters:
4
5
jobs:
6
# Only include the job if we need the VM, which means ARM64 PGO.
7
-- ${{ if and(eq(parameters.DoARM64, 'true'), eq(parameters.DoPGOARM64, 'true')) }}:
+- ${{ if eq(parameters.DoPGOARM64, 'true') }}:
8
- job: Start_ARM64VM
9
displayName: 'Ensure ARM64 VM is running'
10
dependsOn: []
0 commit comments