Skip to content

fix(misc): add missing flag to azure devops ci workflow generator#30482

Merged
AgentEnder merged 1 commit intomasterfrom
fix/azure-missing-flag
Apr 2, 2025
Merged

fix(misc): add missing flag to azure devops ci workflow generator#30482
AgentEnder merged 1 commit intomasterfrom
fix/azure-missing-flag

Conversation

@AgentEnder
Copy link
Copy Markdown
Member

Current Behavior

-t is missing in the azure pipelines ci workflow

Expected Behavior

nx affected is called with -t

Related Issue(s)

Fixes #30331

@AgentEnder AgentEnder requested a review from a team as a code owner March 24, 2025 16:10
@AgentEnder AgentEnder requested a review from meeroslav March 24, 2025 16:10
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Mar 27, 2025 2:18pm

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Mar 24, 2025

View your CI Pipeline Execution ↗ for commit c440ad2.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 34m 44s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 16s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx format:check --base=c8e4e... ✅ Succeeded 2s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 1s View ↗
nx documentation ✅ Succeeded 2m 36s View ↗

☁️ Nx Cloud last updated this comment at 2025-03-27 14:57:15 UTC

@AgentEnder AgentEnder force-pushed the fix/azure-missing-flag branch from df0e7f9 to c440ad2 Compare March 27, 2025 14:15
@AgentEnder AgentEnder merged commit 75521bb into master Apr 2, 2025
12 checks passed
@AgentEnder AgentEnder deleted the fix/azure-missing-flag branch April 2, 2025 00:17
jaysoo pushed a commit that referenced this pull request Apr 2, 2025
…0482)

<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->

## Current Behavior
`-t` is missing in the azure pipelines ci workflow

## Expected Behavior
`nx affected` is called with `-t`

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #30331
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 8, 2025

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Apr 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing target in Azure yml file

2 participants