I have created a nuget package (.nupkg) of files that I then want to unpack to a specific location during a release in VSTS. there doesnt appear to be a task to do this.
anyone got any ideas?
I have created a nuget package (.nupkg) of files that I then want to unpack to a specific location during a release in VSTS. there doesnt appear to be a task to do this.
anyone got any ideas?
Another way is that you can extract the package file through Extract Files task directly (Archive file patterns: **\*.nupkg
)