continuous-deployment

Sysprep an Azure VM using PowerShell task in a pipeline

岁酱吖の 提交于 2021-02-08 05:50:50
问题 My (dotNET) application is built (using a Windows Hosted agent), from a build pipeline, and in the subsequent Release pipeline, I provision a 16GB-Win2016 VM (enabling RDP, HTTP, HTTPS, WinRM and SSH), into which I RDP manually (there is a Manual Intervention task here), and configure WinRM (following this article: https://docs.microsoft.com/en-us/azure/marketplace/cloud-partner-portal/virtual-machine/cpp-configure-winrm-after-vm-creation#configure-vm-to-enable-winrm). Everything is fine

Alternative to RedGate ReadyRoll yet?

南楼画角 提交于 2021-02-07 18:18:09
问题 I am searching for an affordable alternative to RedGate's ReadyRoll for continuous deployment for SQL. All of my searches are returning open source projects from nearly a decade ago. Does anyone have a decent alternative??? 回答1: Which edition of Visual Studio do you use? If you are fortunate enough to own Visual Studio Enterprise Edition, Redgate (who I work for) has an arrangement with Microsoft to supply ReadyRoll Core Edition at part of your entitlement. If you're using VS Pro or Community

Alternative to RedGate ReadyRoll yet?

人盡茶涼 提交于 2021-02-07 18:17:27
问题 I am searching for an affordable alternative to RedGate's ReadyRoll for continuous deployment for SQL. All of my searches are returning open source projects from nearly a decade ago. Does anyone have a decent alternative??? 回答1: Which edition of Visual Studio do you use? If you are fortunate enough to own Visual Studio Enterprise Edition, Redgate (who I work for) has an arrangement with Microsoft to supply ReadyRoll Core Edition at part of your entitlement. If you're using VS Pro or Community

TFS 2018 Build Console Application doesn't get included in the build artifact

纵然是瞬间 提交于 2021-02-07 08:00:35
问题 I am setting up Continuous Integration and Continuous Delivery infrastructure, My solution contains web projects, dlls, and a Console Application. My issue is that all of my projects get included in the build artifact except the console application This is the default MSBuild arguments i use /p:DeployOnBuild=true /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true /p:DesktopBuildPackageLocation="$(build.artifactstagingdirectory)\WebApp.zip" /p

TFS 2018 Build Console Application doesn't get included in the build artifact

≡放荡痞女 提交于 2021-02-07 08:00:07
问题 I am setting up Continuous Integration and Continuous Delivery infrastructure, My solution contains web projects, dlls, and a Console Application. My issue is that all of my projects get included in the build artifact except the console application This is the default MSBuild arguments i use /p:DeployOnBuild=true /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true /p:DesktopBuildPackageLocation="$(build.artifactstagingdirectory)\WebApp.zip" /p

TFS 2018 Build Console Application doesn't get included in the build artifact

淺唱寂寞╮ 提交于 2021-02-07 07:57:51
问题 I am setting up Continuous Integration and Continuous Delivery infrastructure, My solution contains web projects, dlls, and a Console Application. My issue is that all of my projects get included in the build artifact except the console application This is the default MSBuild arguments i use /p:DeployOnBuild=true /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true /p:DesktopBuildPackageLocation="$(build.artifactstagingdirectory)\WebApp.zip" /p

Pass Secret Variable from TFS Build to Powershell script

旧街凉风 提交于 2021-02-07 05:49:06
问题 I have added secret variable called Password in my build definition as shown in this image: I want to pass the Password to the PowerShell script in one of my build steps as shown in this image: My PowerShell script looks like this Param ( [Parameter(Mandatory=$true)] [string]$UserName, [Parameter(Mandatory=$true)] [string]$Password ) $appPool = New-WebAppPool -Name "test" $appPool.processModel.userName = $userName $appPool.processModel.password = $password $appPool.processModel.identityType =

Not Generate Android APK Version wise using devops Pipeline after changes version code in build gradle and commit

别等时光非礼了梦想. 提交于 2021-01-29 10:22:31
问题 I have committed code after change Version Code in app Build Gradle File. I have run the pipeline in Azure DevOps. Complete the pipeline task and generate APK on drop folder but When I have published APK play store then got a message from Play store "Apk Version is already Used". 回答1: If changing versionCode in the build.gradle file is not working. you can try removing the versionCode and versionName located under the default config, and add the versionCode and versionName in AndroidManifest

CircleCI: Cannot find a definition for executor named ubuntu?

三世轮回 提交于 2021-01-29 10:20:12
问题 I am trying to extend the orb that is already in use. We have used Docker before but now want to use a machine executor and maybe a windows executor in the future. I go through the documentation, but it is not clear if it is possible to have executors of different types and call them on the same jobs. Is it possible to have executors of different types in the same orb in CircleCI? I tried creating the executor ubuntu.yml : description: > The executor to run testcontainers without extra setup

Cloudformation giving error “Requires capabilities : [CAPABILITY_AUTO_EXPAND]”

喜夏-厌秋 提交于 2021-01-29 07:30:52
问题 I am trying to implement Continuous Deployment for my .net core app. When lambda function is invoked, I'am trying to create a cloudformation to spin up the resources. But getting error: Creating Cloud Formation stack: gateway-api-uat-stack Failed to create stack: gateway-api-uat-stack. Reason: Detailed Message: Requires capabilities : [CAPABILITY_AUTO_EXPAND] (Service: AmazonCloudFormation; Status Code: 400; Error Code: InsufficientCapabilitiesException; Request ID: 4779587c-2a17-11e9-a093