Top "Octopus-deploy" questions

Octopus Deploy is an automated deployment system designed for .NET developers.

Powershell in NonInteractive mode

I use Octopus for our deployments. I have a problem with one of the Powershell scripts to control the deployment: # …

powershell deployment octopus-deploy
How to add a folder to a nuspec file

So I'm actually trying to package up a web site project (not web application so no csproj file) into a …

nuget octopus-deploy nuget-spec
How to exclude a folder from a nuget package

I'm using Octopack / Nuspec file to build my nuget package. I would like to exclude certain folders which exist in …

nuget nuget-package octopus-deploy
launchsettings.json, appsettings.json, web.config

I have a couple of confusions: I published an ASP.NET Core project and I do not see launchsettings.json …

asp.net-core octopus-deploy
How to start Docker daemon (windows service) at startup without the need to log-in?

We have Docker for Windows installed on a Windows Server 2016 Datacenter box. We use this box as a build agent …

docker windows-server octopus-deploy docker-for-windows
Terraform v0.12 Multi-line String EOF shell-style "here doc" syntax not been interpreted as before with v0.11

Within Octopus Deploy I've setup a Terraform Apply Step using their Apply a Terraform template In my Terraform main.tf …

terraform octopus-deploy
Azure ARM Template - accessing a resource Id created by one ARM template in another ARM template

We deploy azure resources using an ARM template as part of our build process before deploying the actual application. So …

json azure octopus-deploy azure-resource-manager
Publishing NuGet Packages - TeamCity

I have just setup TeamCity to automate our builds, our current solution has both a dev and main branch. What …

teamcity nuget octopus-deploy proget
Octopus and Continuous Integration - What's the best practice around when a release should be created?

On a current project we are using Teamcity and Octopus for building and deploying our IIS app. We have 4 environments. …

continuous-integration octopus-deploy
Cannot add part for the specified URI because it is already in the package

I am using NUGET Pack in teamcity to build a package. But it is creating the following error. I am …

msbuild teamcity nuget nuget-package octopus-deploy