Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (7k points)

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?

closed

1 Answer

+1 vote
by (31.9k points)
selected by
 
Best answer

If you want your package available in Azure Artifacts, publish it to feed.

Want to become Azure Developer, check out this Azure Tutorial.

Browse Categories

...