mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 05:58:36 +00:00
* azure pipelines setup added * order fix on the build tasks * order fix on the build tasks
13 lines
360 B
Bash
13 lines
360 B
Bash
SITE_URL=$1
|
|
EMAIL=$2
|
|
PASS=$3
|
|
|
|
npm i -g @pnp/office365-cli
|
|
o365 version
|
|
|
|
# you have to run "o365 spo login https://contoso.sharepoint.com"
|
|
# to agree with the consent first time
|
|
|
|
o365 spo login $SITE_URL --authType password --userName $EMAIL --password $PASS
|
|
|
|
o365 spo app add --filePath "./_SPFx build/SPFx sppkg/react-jest-testing.sppkg" --overwrite --verbose |