How to skip models and tests using DBT BUILD

We are using dbt BUILD to execute all snapshots, models and tests in our production environment. We decided stop some models and tests but I don´t know if “–exclude” parameter works with dbt BUILD or only with dbt RUN and dbt TEST

It works