You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove deprecated shell: true usage.
* Stop quoting args.
* TEMPORARY - run retest fromt he locally-built copy of Rush.
* Fix an issue where where the Windows CMD shell's arguments aren't passed as individual arguments.
* Don't escape individual args in RushX, as they're passed to cmd/sh.
* fixup! Remove deprecated shell: true usage.
* Remove an unused function.
* Use destructuring in a few places.
* Fix an issue with detecting if a package isn't published.
* Wrap some command invocations in a shell.
* Fix an issue with detection of non-published packages.
* fixup! Wrap some command invocations in a shell.
* fixup! Fix an issue with detection of non-published packages.
* Fix issues with install-run on Windows.
* TEMPORARY - ensure install-run works as expected.
* Fix an issue with commands and arguments containing spaces.
* fixup! Fix an issue with commands and arguments containing spaces.
* fixup! TEMPORARY - ensure install-run works as expected.
* fixup! TEMPORARY - ensure install-run works as expected.
* TEMPORARY - install-run debugging.
* fixup! TEMPORARY - install-run debugging.
* Fix issues with git calls in stageAndCommitGitChangesAsync
Co-authored-by: David Michon <dmichon@microsoft.com>
* Deduplicate instances of the Windows platform check.
* Include unit tests for convertCommandAndArgsToShell.
* Remove a redundant condition.
* Clean up an error message.
* Fix an issue with double-quoting in install-run.
* TEMPORARY - only build to rush-lib.
* fixup! Fix an issue with double-quoting in install-run.
* Don't run as a shell command on Windows.
* fixup! TEMPORARY - only build to rush-lib.
* Revert "Don't run as a shell command on Windows."
This reverts commit 1fa9d41.
* Pass 'process.env' to the 'npm view' command.
* Handle null status code too.
* fixup! Fix an issue with double-quoting in install-run.
* Set windowsVerbatimArguments to true in places where spawn is called with a shell wrapper.
* Fix an issue with quoting of arguments.
* fixup! Set windowsVerbatimArguments to true in places where spawn is called with a shell wrapper.
* fixup! Fix an issue with quoting of arguments.
* Revert "fixup! TEMPORARY - install-run debugging."
This reverts commit 10ff217.
* Revert "TEMPORARY - install-run debugging."
This reverts commit 2640932.
* Pull back shell: true changes.
* Rush change.
* fixup! Pull back shell: true changes.
* Put the CI config back.
* Include signals in install-run npm command logging.
* Minor cleanup.
* Remove an unused function.
* Move convertCommandAndArgsToShell into Utilities.
---------
Co-authored-by: David Michon <dmichon@microsoft.com>
0 commit comments