Questions tagged [octopus-deploy]

Octopus Deploy is an automated deployment system designed for .NET developers. It also supports other languages/platforms and non-Windows deployment.

Octopus Deploy is an automated deployment system for ASP.NET applications and Windows Services.

Links:

804 questions
-1
votes
1 answer

TFS 2017 Build not compiling new .exe

Summary: The TFS 2017 Build I inherited is not compiling a new exe. Any ideas on what to to review? More Detail A coworker set up a TFS Build and then totally jumped ship (Gave his 2weeks but then stopped coming into work.) Anyway, he set up a TFS…
Richard
  • 1,054
  • 1
  • 19
  • 36
-1
votes
1 answer

VSTS and Azure use

I am trying to understand the relationship between VSTS and AZURE. I am planning to deploy some apps in Azure and wanted to know if there is any way within Azure that we can maintain releases and builds? or do we have to use VSTS? EDIT I currently…
Farax
  • 1,447
  • 3
  • 20
  • 37
-1
votes
1 answer

Exporting Octopus Deploy project doesn't create json file

I'm using Octo.exe 4.0.4 and Octopus version 3.4.12, and I'm trying to export a project from an Octopus Deploy server but I'm not getting an output file. I can connect to the server, and list the projects, but when I run the export process it seems…
DeanOC
  • 7,142
  • 6
  • 42
  • 56
-1
votes
1 answer

How do you target a specific database server?

Here's the scoop. I'm setting up deployments of databases using Octopus Deploy, which is all fine and dandy. The only thing I'm trying to figure out is if there is a way to target specific database instances and servers based on which deployment is…
Skrubb
  • 531
  • 1
  • 6
  • 25
-1
votes
1 answer

Octopus deployment transformation

Was looking at the following page http://docs.octopusdeploy.com/display/OD/Substitute+Variables+in+Files And noticed that you can use variables. I have set some variables up and my site deploys fine into my test environment, but now I cannot run my…
gilesrpa
  • 969
  • 1
  • 12
  • 35
-1
votes
1 answer

OR operator for checking branches in Octopus Deploy

I have a 'Deploy a nuget package' step in Octopus. In that step, I want to deploy a nuget package and have some deployment script executed. Now I want the deployment to happen only for master and hotfix branches.SO I added a condition like this in…
coder coder
  • 53
  • 1
  • 7
-1
votes
2 answers

(Octopus Deploy) Define different deployment processes for same application

I would like to define different deployment processes for one application. The idea here is that I have one application, that I'd like to deploy to different environments. It's the same application, but I would like to deploy it on one environment…
-1
votes
1 answer

Octopus Server keeps crashing after upgrade to 2.4.8 version

I have upgraded the Octopus server from version 2.0 to 2.4 recently. It manages to install the server but keeps crashing with the following error:- System.Exception: The HTTP server could not start because namespace reservations have not been made.…
sam
  • 4,594
  • 12
  • 61
  • 111
-2
votes
0 answers

Debugging my ASP.NET Core MVC deployment to IIS Server

I need help debugging the deployment of a ASP.NET Core MVC application. The deployment goes as follows: I push code (right now, just a fresh template project) from Visual Studio into an Azure DevOps Git repository. Then the Azure DevOps Pipeline…
1 2 3
53
54