Questions tagged [release]

Refers to the act of finalizing a software building process for distribution to end-users. Do not use this tag if your question is about indicating that a chunk of memory can be reclaimed. Instead, use [memory-management].

3345 questions
1
vote
2 answers

C# application problem in Release build only

the problem only appears when making Release build and running exe file ( not from visual studio ) in all other combination either it's running from visual studio or running exe everything works fine I'm running Function Load using…
MySqlError
  • 620
  • 8
  • 20
1
vote
2 answers

Issue with new feature for IE in WatiN 2.0 Final

In the final release 2.0 of WatiN the new feature for Internet Explorer was announced: "WatiN will now wait for IE and the DOM Document to get to the ‘interactive’ or ‘ready’ state to avoid unnecessary time-outs" In fact, in my project we…
Dmitry
  • 59
  • 6
1
vote
1 answer

How to handle on sensitive configurations on a release with asp.net core?

I am seeking the best way to handle configurations in my aspnet core applications. See below my scenario. Currently I am using the TFS as a repository of code and as the orchestrator of all my release definitions that goes to a webserver with IIS I…
Heinrich
  • 806
  • 2
  • 11
  • 26
1
vote
1 answer

Jetty stable releases

How to find list of stable releases for Jetty server? I've checked in github and maven but still not able to find if its a stable release. I am getting this warning : INFO org.eclipse.jetty.server.Server - jetty-9.4.12.RC2; WARN …
MIK
  • 392
  • 3
  • 19
1
vote
1 answer

Release new code with versionNumber automatically Angular4

I am using angular4. I want to know if there is a way to automatically add a new release number everytime that i deploey my code. Does someone has expirience with this? Thanks a lot
user3356007
  • 393
  • 1
  • 6
  • 20
1
vote
0 answers

Best practice for Electron latest version download URL

We're launching a new app built in Electron and was wondering if anybody has any tips on best practice for releases? We use electron-builder, which packages and publishes each new release to our s3 bucket, but the files are named as such:…
Ryan
  • 176
  • 1
  • 4
1
vote
1 answer

Cordova Camera Error in release but not in debug

I am making an app with Cordova that requires the cordova camera plugin AND the cordova MFP plugin. In debug mode, my camera works just fine. However, once I build a release version of the app, the camera no longer works and I get an error every…
Ben Dickinson
  • 43
  • 1
  • 7
1
vote
1 answer

Installshield Automation Interface - Always Overwrite

I am trying to automate the creation of install packages for the company i work for and am using the Installshield Automation Interface to create an MSI project. One of the things we have done up to now (manually if you can believe it) is go through…
JamesHennigan
  • 100
  • 1
  • 7
1
vote
1 answer

Gradle Release Plugin: How to keep version in a text file (not in a property file)?

Gradle Release Plugin supports keeping version in a property file (see versionPropertyFile, versionProperties and versionPatterns configuration parameters). I need to keep the version in a plain version.txt file that contains only version. Example…
Aleks Ya
  • 859
  • 5
  • 15
  • 27
1
vote
0 answers

Why is release apk crashes but not in debug version for GetFragments

I wonder if anyone could advise as to why fragmentList=getSupportFragmentManager().getFragments();" in the code is returning null in the following code: selectedspecies.setData(ArrayChar); - which generates a null pointer exception and likewise…
1
vote
1 answer

VSTS ExternalTfsBuild file access

I have a build provided by a third party via the ExternalTfsBuild service endpoint in VSTS (Type: Team Foundation Server/Team Services). I can use the build successfully in a Release pipeline and deploy it to Azure but I also want to extract some…
Seb
  • 13
  • 3
1
vote
1 answer

How to detect the next semver version automatically, based on the commit history? (CLI alternative to commit-analyzer)

We have a custom script with some tricky steps which accepts the version number as an argument, something like this: ./custom-release-script.js 1.2.3 I would like to automate the releasing process and run that script from CI. In order to do that, I…
Limon Monte
  • 52,539
  • 45
  • 182
  • 213
1
vote
1 answer

Is kafka 2.0.0 a stable version that can be used for production?

I have to upgrade Kafka from 0.10.0 to 2.0.0 for a production system. Is it a stable release? Also, is there a concept of GA, RC, and M2 for Kafka releases?
varshavp27
  • 167
  • 1
  • 1
  • 14
1
vote
0 answers

.xaml does not exist in Release build

I have WPF project which builds and runs without problems when in Debug mode. But when I change it to Release, after running it, I'm getting: System.Windows.Markup.XamlParseException: 'The invocation of the constructor on type…
K4CZP3R
  • 11
  • 2
1
vote
1 answer

Instant App Showing Issues While Uploading to Production

I have created an instant app and uploaded successfully to internal test track of Play Store. and it is working fine there. but when I try to move it to production it shows the below error Regarding the first error buildToolsVersion = "27.0.3" …