I have pipeline output as:
steps:
- script: ./something.sh
displayName: build
- publish: $(System.DefaultWorkingDirectory)/app/build
artifact: MyPackage
It works, and publishes a build artefact, but not available in Artifacts page of Azure DevOps. Is there some way to publish it to the Artifacts page?