microsoft / vscode-deploy-azure

VS code extension: Deploy To Azure, which helps set up CI/CD for deployment to Azure Resources.
MIT License
18 stars 19 forks source link

Fixing bug - Azure pipeline with GH repo {duplicate - not reqd} #199

Closed kanika1894 closed 3 years ago

kanika1894 commented 3 years ago

In the scenario where we are creating Azure pipeline using a Github repo, there is an error in the flow where it tries to run the build. image This was occuring as the .yaml file was getting checked in at the working directory but for the build, the Az pipeline was looking at the root location which was a mismatch, hence causing the error.

The requirement for the Azure pipeline flow is to have the .yaml file at the root folder and therefore, making the path change so that the pipeline is able to fetch the right file and the build can be run.

bishal-pdMSFT commented 3 years ago

@kanika1894 is this PR not required?

kanika1894 commented 3 years ago

@kanika1894 is this PR not required?

No, please refer this one :https://github.com/microsoft/vscode-deploy-azure/pull/200/