docs(misc): update monorepo-ci-azure.md (#26299)

Add `--targets` to `nx affected` command.
This commit is contained in:
Warren Dugan 2024-07-25 06:35:14 -07:00 committed by GitHub
parent e9d9c9fde9
commit 6fd9cf4d45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ jobs:
# Prepend any command with "nx-cloud record --" to record its logs to Nx Cloud
# - script: yarn nx-cloud record -- echo Hello World
- script: yarn nx affected --base=$(BASE_SHA) --head=$(HEAD_SHA) lint test build
- script: yarn nx affected --base=$(BASE_SHA) --head=$(HEAD_SHA) --targets lint test build
- script: yarn nx affected --base=$(BASE_SHA) --head=$(HEAD_SHA) --parallel 1 e2e-ci
```