diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8a44ad90b7c..34828157bba 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,7 @@ variables: ${{ if eq(variables['Agent.OS'], 'Linux') }}: # Run minimal core subset of tests on Linux tasks: "testcontainers:test --tests GenericContainerRuleTest" - ${{ if eq(variables['Agent.OS'], 'Windows_NT') }}: + ${{ if ne(variables['Agent.OS'], 'Linux') }}: # Run all checks on Windows tasks: "check"