-
Notifications
You must be signed in to change notification settings - Fork 609
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(rush-plugins): amazon, azure plugin
- Loading branch information
1 parent
1b3b89e
commit f171513
Showing
6 changed files
with
86 additions
and
106 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
rush-plugins/rush-amazon-s3-build-cache-plugin/rush-plugin-manifest.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"plugins": [ | ||
{ | ||
"pluginName": "rush-amazon-s3-build-cache-plugin", | ||
"description": "Rush plugin for Amazon S3 cloud build cache", | ||
"entryPoint": "lib/index.js", | ||
"optionsSchema": "lib/schemas/amazon-s3-config.schema.json" | ||
} | ||
] | ||
} |
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
10 changes: 10 additions & 0 deletions
10
rush-plugins/rush-azure-storage-build-cache-plugin/rush-plugin-manifest.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"plugins": [ | ||
{ | ||
"pluginName": "rush-azure-storage-build-cache-plugin", | ||
"description": "Rush plugin for Azure storage cloud build cache", | ||
"entryPoint": "lib/index.js", | ||
"optionsSchema": "lib/schemas/azure-blob-storage-config.schema.json" | ||
} | ||
] | ||
} |
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