microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
377 stars 87 forks source link

Reuse build scripts from build-common in Standalone #8306

Open JasonYeMSFT opened 2 days ago

JasonYeMSFT commented 2 days ago

Standalone uses its own build scripts. Component builds use build-common scripts. Standalone and build-common build scripts are duplicating some logic that can be shared such as string resource class generation. We can have Standalone consume build-common as a dev dependency and reuse its build scripts.