Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit c42f683

Browse files
committed
Try again
1 parent ca9dde3 commit c42f683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resources:
2626
jobs:
2727
- template: .ci/build.yml@components
2828
parameters:
29-
${{ if eq(variables['System.TeamProject'], 'devdiv') }}: # The AzurePipelines-EO pool is only available in DevDiv
29+
${{ if and(eq(variables['System.TeamProject'], 'devdiv'), not(startsWith(variables['release'], 'true'))) }}: # The AzurePipelines-EO pool is only available in DevDiv
3030
windowsAgentPoolName: AzurePipelines-EO
3131
windowsImage: '' # Override the 'windows-latest' default settings
3232
windowsImageOverride: AzurePipelinesWindows2019compliant

0 commit comments

Comments
 (0)