Forum Discussion
Miraj32444
Jan 02, 2023Copper Contributor
Azure CI/CD pipeline using Yaml
I am creating a CI/CD pipeline using YAML to deploy the app to the Azure App Service. In the build process, my artifact is built and published but in deployment, I get an error called: ##[error]Erro...
Miraj32444
Jan 09, 2023Copper Contributor
it's happens because of the directory structure of pipeline artifact, the directory would be '$(Pipeline.Workspace)/CI/'
'