Octopus Deploy is an automated deployment system designed for .NET developers.
I use Octopus for our deployments. I have a problem with one of the Powershell scripts to control the deployment: # …
powershell deployment octopus-deploySo I'm actually trying to package up a web site project (not web application so no csproj file) into a …
nuget octopus-deploy nuget-specI'm using Octopack / Nuspec file to build my nuget package. I would like to exclude certain folders which exist in …
nuget nuget-package octopus-deployI have a couple of confusions: I published an ASP.NET Core project and I do not see launchsettings.json …
asp.net-core octopus-deployWe 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-windowsWithin Octopus Deploy I've setup a Terraform Apply Step using their Apply a Terraform template In my Terraform main.tf …
terraform octopus-deployWe 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-managerI have just setup TeamCity to automate our builds, our current solution has both a dev and main branch. What …
teamcity nuget octopus-deploy progetOn a current project we are using Teamcity and Octopus for building and deploying our IIS app. We have 4 environments. …
continuous-integration octopus-deployI 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