Open vivuu1989 opened 1 year ago
@vivuu1989 Can you please check if you can use this task AzureStaticWebApp@0
?
And to use SWA CLI in your pipeline, can you please try this doc and see if it helps: https://www.azurestaticwebapps.dev/blog/devtools-swacli-deploy#deploying-from-a-cicd-pipeline
The azurestatic webapp task is not supported in azuredevops server and we couldn't find this task in market place.
We are trying to use Azure Static Webapp to deploy the Angular apps instead of currently used Azure App Service and looking for the ADO server task to replace the below app service deployment tasks in Azure Devops server.
Since "Static Webapp Deployment" task is not supported in Azure Devops server, we have installed SWA CLI in our build agents.
So how can we directly deploy the build pipeline artifacts (
.zip
) files to static webapp using SWA cli in Azure Devops?In release pipeline how can we replace the deployment command with swa cli ?