octopus-deploy

How to add a folder to a nuspec file

可紊 提交于 2019-11-27 15:51:30
问题 So I'm actually trying to package up a web site project (not web application so no csproj file) into a NuGet package ready for Octopus to consume but am running into one brick wall after another.. I looked into using OctoPack but it doesn't support web site projects only web application projects. I am now trying to find a way of adding a folder (in my case a web site) into a Nuget package but Nuget doesn't allow this via the command line does it? It also requires a .csproj file! I've also

Angular 2 and Team City Production/Environment Variables

半腔热情 提交于 2019-11-27 06:27:36
问题 We have a new Angular app that is building AOT to a folder. Everything is working fine, but we are trying to configure it to a five-step build process using TeamCity/Octopus Deploy, where each step will use some different variables for endpoints (API calls, etc.) I'm trying to figure out the best way to pass this to an AOT app that is not running off a backend. I know about the --environment flag that can be used to fire off different configs, but our goal is to have one single build go