diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 282fc9f37..baefe4b87 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: and(eq( variables['Agent.OS'], 'Darwin' ), eq( variables.buildTarget, 'all')) workingDirectory: $(Agent.BuildDirectory)/$(netHackPath) displayName: 'Building mac full build'