Hi,
i cannot find a way of changing my bin output with Octopack in VSTS. It currently pushes bin folder content to bin/Release/. . i would like it to create the package with the content in /bin/ instead.
I tried using a nuspec file with structure like so
However this has 2 issues.
- It leaves the original files in bin/Release/ folder . I’d rather they never went there in the first place.
- It does not copy subfolders inside bin/Release/ , just the top level files.
Thank You
Phil