forked from microsoft/FluidFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fluid-build): Release group root script support (microsoft#17835)
Allow specifying task in the release group root and allow root script to be invoked. - Change the mono repo to load the `package.json` file as if it is a package. - Depends on all the package in the release group for the root package in the build graph. - Add default task definitions to for release group root if the name doesn't exist as a script, or the script starts with "fluid-build" to just trigger the task of the same name within the release group. - Add incremental support for `flub list`, `flub check layer` and `flub check policy` - More argument support for `copyfile` task. - See microsoft#17837 on enable root script for the client release group (can't do it in one go because we need to merge and release a new version first)
- Loading branch information
Showing
11 changed files
with
266 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.