I’m trying to figure out where I should add the RunOctoPack=true
build property in Visual Studio?
I’ve looked through all the project settings and can’t figure out where to add it? Or should I add it manually to the .csproj
file?
We have a WCF service, a WinService and a WinForms client in the same VStudio solution.
The WCF service should be put in one Octopack package and the WinService in another. I’ve installed OctoPack through nuget in the WinService project and verified that the build targets was added to the csproj file. But how do I build a package on every Release build?