diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 282fc9f37..0d26d4982 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -230,7 +230,7 @@ steps: cd ../.. make fetch-lua make WANT_MACSOUND=1 all - condition: and(eq( variables['Agent.OS'], 'Darwin' ), eq( variables.toolchain, 'all')) + condition: eq( variables['Agent.OS'], 'Darwin' ) workingDirectory: $(Agent.BuildDirectory)/$(netHackPath) displayName: 'Building mac full build'