The process, mechanism and results of configuring the build of a source-code project or hierarchy-of-files into its target artifacts (executable files, object libraries, generated documents etc.)
Questions tagged [buildconfiguration]
191 questions
1
vote
1 answer
Spring Boot -How to change Spring Boot application jar name based on Build Environment QA or PROD
I am developing a spring boot application in that am using application.yml configuration for Three different environment PROD/DEV/STAGE
am using maven to build as executable jar i need help in when am building
for DEV environment the jar name…

Naveen Kumar
- 106
- 2
- 11
1
vote
1 answer
How to set Solution Configuration Build in MSBuild command-line
I am trying to build my solution using MSBuild in the Command-Line instead of Visual Studio.
So, I have a Solution Configuration Build called "Installer - QA" which will generate the .exe file. However this solution configuration does not have a…

Renato Pereira
- 834
- 2
- 9
- 22
1
vote
1 answer
In IAR v8.11, is there a predefined variable name for build configuration?
I am using IAR V 8.11.
I am currently using the build configuration to build for different platforms.
I want to be able to output the files that are generated from the build process into directories that are labelled with the build configuration…

chumbaloo
- 671
- 6
- 16
1
vote
1 answer
How to change default/Active build configuration from 'Debug' on workspace launch?
I have multiple custom Build Configurations in my project as shown below:
Screenshot of build configurations
On workspace setup by default it opens up in 'Debug' configuration. I must have this changed to 'Rev8 Release' (one of my custom…

jasmin maria
- 33
- 1
- 6
1
vote
1 answer
Covert .Net Core Library to .Net Framework Library
We started a project as .Net Core (C#), but it's become apparent that Core isn't backwards compatible with some packages we need, so we need to change the Core library to the older Framework library.
Is there a way of doing this easier than simply…

Ranger
- 1,139
- 1
- 13
- 34
1
vote
0 answers
Xcode 8 - Release and Debug builds compile differently
We've recently upgraded our iOS-app to Swift 3 and after a bit of tweaking and debugging, we've managed to make it work. But when we were trying to archive it, we noticed that it doesn't compile in release mode. One of the bugs we've been getting is…

MartinValen
- 93
- 1
- 11
1
vote
0 answers
asp.net transform launchSettings.json by build
I am working on a prototype for an asp.net 5 site and I see that Microsoft pushes us to use the Hosting:Environment environment variable to determine what environment (Development, Stage, Production) the application is in as well as other…

user1041169
- 639
- 2
- 9
- 18
1
vote
0 answers
Visual Studio Deletes Build Output From Other Configurations
I have a Visual Studio 2010 VC++ Solution/Project that has four build configurations: 32-bit Debug, 64-bit Debug, 32-bit Release, and 64-bit Release. The output for each of these builds is saved in its own folder: Debug, Debug64, Release, or…

Jim Fell
- 13,750
- 36
- 127
- 202
1
vote
1 answer
How to Build Visual Studio Projects for Different Architectures
I'm working on a batch script that will build projects made with Visual Studio 2010. I need it to build four variations of the same project: 32-bit Debug, 32-bit Release, 64-bit Debug, and 64-bit Release.
So far, I think I've figured out how to…

Jim Fell
- 13,750
- 36
- 127
- 202
1
vote
3 answers
Create separate apk for separate flavor in android to run on same device
I have already asked similar question But could not find what i seek . Hence asking again .
I want to run separate flavor apk on same device simultaneously.
I have used build.gradle(app) to create different flavors of apk. But installing different…

SimpleCoder
- 1,665
- 1
- 21
- 34
1
vote
1 answer
Implement build configurations in Java/Android under Eclipse
I'm a C programmer doing some Android development using Eclipse and my application needs to have several different variations for "private labeling" for different companies. These variations will have different strings on the GUI, different…

CHollman82
- 576
- 1
- 8
- 28
1
vote
0 answers
Loading different Asset Catalogs based on Build Configuration?
I'm working on an app that has a LOT of artwork that changes between build configurations. Sort of like the "STG" and "PROD" versions of the AppIcon that a lot of apps use for development, only it's dozens of images throughout the app.
Right now,…

Nerrolken
- 1,975
- 3
- 24
- 53
1
vote
1 answer
Create build configuration from existing template in TeamCity using REST API
I'm trying to create build configuration for a project in TeamCity 8.0 using REST API. However instead of creating a new configuration I want to copy from an existing build configuration template. Basically, I'm looking to implement before option…

nishantagarwal
- 181
- 16
1
vote
0 answers
ASP.NET Website Projec type not picking up correct configuration
I have an ASP.NET Website 4.5 (not Web Application that has .csproj) and using Visual Studio 2013.
I have created different build configuration: Debug, QA and Stage.
I have set the Build configuration to QA.
All my projects in the solution are…

gbs
- 7,196
- 5
- 43
- 69
1
vote
1 answer
teamcity build system or config variable name populated from dynamically generated reference
All, any clues on how to do the following in the Build Parameter panel in teamcity 8.0.5?
property name : system.project_fullName
property value : %dep.$mybuildID$.system.project_fullName%
with $mybuildID$ being a property defined in the same…

NicolasW
- 1,519
- 5
- 22
- 34