I created nuget task while configuring build definination, so that i can create a package in VSTS(in package feed), but my requirement is to copy that package to local machine while cretaing build.
Thanks in advance.
I created nuget task while configuring build definination, so that i can create a package in VSTS(in package feed), but my requirement is to copy that package to local machine while cretaing build.
Thanks in advance.
Assuming you're using a private agent (i.e. you're running builds on a machine or VM you've set up), you can use the Copy Build Artifacts task's "A file share" option in the "Artifact publish location" dropdown.