How can I include nuget package in artifacts?
We have TeamCity setup to build a DotNet Core web app and would like to include the binaries from SqlPackage.CommandLine along side our artifacts. Is there a build task that allows me to restore a package without adding it to a source project?
Please sign in to leave a comment.