mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-05 20:48:17 +00:00
* js-skype-status: upgraded to spfx 1.5.0 * js-skype-status: upagraded jquery to latest * js-skype-status: updating missed schema definition for 1.5 upgrade
8 lines
264 B
JSON
8 lines
264 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
|
|
"workingDir": "./temp/deploy/",
|
|
"account": "<!-- STORAGE ACCOUNT NAME -->",
|
|
"container": "skype-presence-spfx",
|
|
"accessKey": "<!-- ACCESS KEY -->"
|
|
}
|