rushstack icon indicating copy to clipboard operation
rushstack copied to clipboard

Monorepo for tools developed by the Rush Stack community

Results 450 rushstack issues
Sort by recently updated
recently updated
newest added

## Summary rush deploy does not copy files that named including asterisk(*), like `:fileName(.*).ts` ## Repro steps 1. in any rush managed project, exec `rush init-deploy -t project` to create...

## Summary `AzurePipelinesCredential` supports [Federated Identity Credentials (FIC) through Service Connections](https://devblogs.microsoft.com/devops/public-preview-of-workload-identity-federation-for-azure-pipelines/), which makes authenticating in Azure Pipelines easier and more secure. This PR adds `AzurePipelinesCredential` support to rush azure storage...

## Summary ## Details ## How it was tested ## Impacted documentation

## Summary Provide a solution for package maintainers to configure how their project should be installed: as a local package or as an external module. This PR proposes 2 new...

## `rush deploy` no longer copies/generates `node_modules/.bin` folder ## Repro steps Reproducible repository: https://github.com/koen-dev/rush-deploy-node-modules-bin-issue ### What were you trying to accomplish? I was trying to use `rush deploy` to set...

Also adds new parameter to use the new test build mode in Storybook v8 ## Summary Adds a new cliCallingConvention for Storybook v8 Adds a new `--storybook-test` flag parameter to...

## Summary We're trying to reduce `git clean` time for our developers. We have a C# repo used by hundreds of developers that invokes rush build to build 80+ rush...

## Summary The `tsdoc.json` file allows adding custom tags. This allows them to be parsed, but how do I get them to be eventually emitted by `api-documenter`? To be more...

## Summary When a `@link` is ambiguous due to multiple declarations, it's currently just removed from the generated documentation- creating invalid docs. Instead, it would be nice if `api-extractor` continued...

## Summary #4853 I have used this kind of dependencies for many years in my repo (it's [gongt/baobao](https://github.com/gongt/baobao) but not important). It break my workflow in recent update (rush version...