Skip to content

Conversation

@Abe27342
Copy link
Contributor

@Abe27342 Abe27342 commented Sep 24, 2025

Description

Follow-up to #25535: this extra syntax is no longer required after moving off npx and though they are benign for me locally, they cause parameters to not be plumbed through in pipelines (likely due to shell differences)

Test run: here

Copilot AI review requested due to automatic review settings September 24, 2025 21:52
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes incorrect usage of double hyphens (--) in pnpm exec commands. The double hyphens are unnecessary when passing arguments to pnpm exec scripts and have been removed.

  • Removes extra -- separators from pnpm exec commands in pipeline templates
  • Affects telemetry generator and trips setup/cleanup commands

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
tools/pipelines/templates/include-upload-stage-telemetry.yml Removes extra -- from telemetry-generator commands
tools/pipelines/templates/include-test-real-service.yml Removes extra -- from trips-setup and trips-cleanup commands

@github-actions github-actions bot added area: build Build related issues base: main PRs targeted against main branch labels Sep 24, 2025
@Abe27342 Abe27342 merged commit 083aa7e into main Sep 24, 2025
34 of 39 checks passed
@Abe27342 Abe27342 deleted the test/absander/remove-extra--- branch September 24, 2025 22:04
anthony-murphy-agent pushed a commit to anthony-murphy-agent/FluidFramework that referenced this pull request Jan 14, 2026
## Description

Follow-up to microsoft#25535: this extra syntax is no longer required after
moving off `npx` and though they are benign for me locally, they cause
parameters to not be plumbed through in pipelines (likely due to shell
differences)

Test run:
[here](https://dev.azure.com/fluidframework/internal/_build/results?buildId=357111&view=results)

Co-authored-by: Abram Sanderson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: build Build related issues base: main PRs targeted against main branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants