DEV Community

Discussion on: Create & Deploy Azure Function ⚡ using VS code and Azure DevOps (CI/CD)

 
usmslm102 profile image
Usama Ansari

Build pipeline looks ok. There might be the issue with your solution file. You might have a reference of "Hermes.Test.csproj" in your solution file but the actual csproj file doesn't exist.

Thread Thread
 
shajay99 profile image
ajay sharma

Thanks Usama Sir.. thanks for guiding me..
Sir, in my pipeline, PUBLISH and PUBLISH ARTIFACT are not visible. Have I selected wrong template ??