geeklearningio / gl-vsts-tasks-yarn

Yarn Package Manager Visual Studio Team Services Build and Release Management extensions
MIT License
52 stars 18 forks source link

Where is the output directory? #51

Closed levalencia closed 5 years ago

levalencia commented 5 years ago

extension works, but where is the build output? I need to publish the build artifacts to release to azure, but documentation is not clear about this.

https://screencast.com/t/RkkL9DZkzo9

sandorfr commented 5 years ago

Well it seems to me you are only restoring packages. It's up to you to define your build according to your need ;). You probably have some build script you need to run and you have to copy your output to the $(Build.ArtifactStagingDirectory).