geeklearningio / gl-vsts-tasks-yarn

Yarn Package Manager Visual Studio Team Services Build and Release Management extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is the output directory?

levalencia opened this issue · comments

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

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).