VelinGeorgiev / pipe1

Apache License 2.0
2 stars 3 forks source link

Issue : APP Catalog build is not refreshing in share point online 2013 (Appcatalog section) #1

Open ganapathyanantharaj opened 5 years ago

ganapathyanantharaj commented 5 years ago

Hi Velin Georgiev,

I am facing issue with seeing the latest deployment changes into appcatalog section in share point 2013. We have followed your all the steps to make DevOps CI/CD. The issue which I am facing here is release pipleline is not moving the latest web part into share point app catalog section. Can you please help me out from this. Thanks

Regards, Ganapathy A

ganapathyanantharaj commented 5 years ago

Hi,

Please find the below screenshot and code for your reference,

image


SITE_URL=$1 EMAIL=$2 PASS=$3 npm i -g @pnp/office365-cli o365 version o365 spo login $SITE_URL --authType password --userName $EMAIL --password $PASS o365 spo app add --filePath "./_SPFx build/SPFx sppkg/demowebpart.sppkg" --appCatalogUrl $SITE_URL --overwrite o365 spo app deploy --name demowebpart.sppkg --appCatalogUrl $SITE_URL --skipFeatureDeployment