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
0
votes
1 answer

Nuget package to include other folders

I am deploying my packages using teamcity and octopus. I am creating packages using teamcity and then using Octopus to deploy to different environments. I have a Resources folder which needs to be copied as a separate step in teamcity. Now I want…
sam
  • 4,594
  • 12
  • 61
  • 111
0
votes
1 answer

web.config transform for environments without build configurations

I really like the ability of visual studio 2012 to be able to preview a transform along with a comparison with the original web.config. But in order for this to work, the transforms must be created based on build configurations. is there a way to be…
d3bgger
  • 339
  • 2
  • 12
0
votes
1 answer

Octopus Deploy Powershell Silently Continue doesn't seem to work

I have this pre-deploy powershell script running: sc.exe stop "someservice" -ErrorAction SilentlyContinue I'm expecting that the someservice will be stopped if it exist, and if it doesn't, the error will get swallowed. However, when I push a new…
ton.yeung
  • 4,793
  • 6
  • 41
  • 72
0
votes
1 answer

Powershell command not working when run by octopus deploy

I have several steps to figure out this problem and I do't know what else to do. My end goal is to check my "app.exe" file version. when I run it on server manually both script versions work. But when Octopus runs both versions fail with different…
greektreat
  • 2,329
  • 3
  • 30
  • 53
0
votes
1 answer

Azure Octopus Deploy Ignoring PostDeploy.ps1

I am trying to run a PostDeploy.ps1 script using an Azure deployment. The nuget package has the PostDeploy.ps1 file in it, but the script is never run. Why might this be? The only line in the script is currently: Write-Host "Test Custom Deployment…
ilivewithian
  • 19,476
  • 19
  • 103
  • 165
0
votes
1 answer

Nuget packages without Open Package Conventions enforced

Im building some nuget packages on our build server and have run into a problem. I have to use nuget pack xxx.csproj to get replacement tokens to work with my nuspec file which is allright. But when I do the nuget pack on the csproj a lot of "noise"…
Christian Mikkelsen
  • 1,661
  • 2
  • 19
  • 44
0
votes
3 answers

DTSConfiguration File Transform in Octopus

I'm using Octopus and I want to trasform my files. However, these files aren't .config files. These are somehow different, reporting files to be exact .dtsConfig and .dtsx I've tried it like a .config file but it doesn't work. What I've done is…
choopau
  • 2,209
  • 5
  • 21
  • 28
0
votes
1 answer

Teamcity - Octopus: Packages not found

I have quite a complex TeamCity-Solution. Configuration "tcBuild" builds and creates nuget-packages, as well as it modifies the version number of the assembly. Configuration "tcDeploy" depends on "tcBuild", takes the nuget-packages and send it using…
Ole Albers
  • 8,715
  • 10
  • 73
  • 166
0
votes
1 answer

Octopus Deploy cannot find namespace in transform file

Have been trying to apply a transformation to one of my config files in Visual Studio 2010 The target file starts like this: forms.config
0
votes
1 answer

Team City or Octopus build agents behind firewalls

New to TeamCity and Octopus but these look like two products that could help us in our continuous delivery efforts. We're deploying from our cloud servers to client servers hidden away behind the company firewall. No chance of establishing a http…
TimmyD
  • 81
  • 1
  • 11
-1
votes
1 answer

How to deploy asp.net core application on multiple environments using Octopus?

I am developing an ASP.NET Core API (.NET Core 3.1). Everything works as expected. When I deploy the application on the consumer environment using Octopus, it reads the appsettings.Production.json, not the appsettings.Uat.json even if I have set the…
Vivek Nuna
  • 25,472
  • 25
  • 109
  • 197
-1
votes
1 answer

Deployment TypeScript files TFS and Octopus Deploy

We are using TFS 2018 as our CI tool and Octopus Deploy as our CD tool for our ASP.NET MVC5 applications. What is the best practice to compile the Type Script files in TFS and deploy the transpiled Javascript files including the Node_modules files…
Marcel Beeker
  • 163
  • 1
  • 13
-1
votes
1 answer

Maintainability of TFS xaml build vs TFS vNext build vs Octopus Deploy

My question is about maintainability of vNext/Octopus processes vs XAML based processes. Or rather about the impossibility to maintain them sanely leading me to believe we are doing something terribly wrong. Given: Microsoft pushes to phase out its…
mark
  • 59,016
  • 79
  • 296
  • 580
-1
votes
1 answer

Getting error when create octopus release

I am using TFS as a CI tool and using Octopus to deploy my C# Web API project. Build artifacts package pushing and creating release successfully from TFS to octopus side, But When try to deploy for IIS in Assembly server, It's getting error as like…
-1
votes
1 answer

How to search .token files in a folder and replace "__" in front and end of character via Powershell?

I would like to search thru files with .token files that have a string with the following pattern __[characters]__ and perform the following via PowerShell: remove "__" (two underscores) in front of any character with an "#{" remove "__" (two…
Chaka
  • 1,709
  • 11
  • 33
  • 58
1 2 3
53
54