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

build artifacts download from nexus in vsts release definition

I have the build definition which does Maven build. after the build I upload artifacts to nexus repository using nexus artifacts upload plugin. From release definition is there any way to download the artifacts from nexus for my deployment?
teji
  • 21
  • 2
1
vote
2 answers

Gradle/Maven download snapshot when no release available

With our system's CI/CD, the library releases will be made only when the components are tested. Until then the libraries are maintained as snapshots with the suffix '-SNAPSHOT'. How can I make my gradle and maven projects, that depends on those…
Kannan Ramamoorthy
  • 3,980
  • 9
  • 45
  • 63
1
vote
1 answer

How can I add more recent commits into an older Github release?

I’ve created and published a release on Github, but then I commited a change that I would like to have included in the release. On the release page, it says 1 commit to master since this release Is there any way to either republish the release…
Tom Burrows
  • 2,225
  • 2
  • 29
  • 46
1
vote
2 answers

Deploy UWP on release: error 0xC0000139: Entry Point Not Found

When I want to deploy my Project onto my Windows Lumia 640, in debug mode everything is OK, but on release the app fails immediately. Details of the exception: Exception thrown at 0x77269C83 (ntdll.dll) in Program.exe: 0xC0000139: Entry Point…
Tyro
  • 103
  • 11
1
vote
0 answers

The anti-forgery cookie token and form field token do not match.Error After Release

Server Error in '/' Application. The anti-forgery cookie token and form field token do not match. I have uploaded my project.After Release Its showing this error. Sometimes it login successfully for the first time but on the second attempt it gives…
user9312590
1
vote
0 answers

UWP Npgsql error: NUTC3054: The generic parameters are too complex

I've tried to run my UWP program in release mode and I got such an error: Error: NUTC3054:The generic parameters are too complex. This may be an indication of infinite generic expansion which is not currently supported while loading type…
JSzut
  • 166
  • 2
  • 12
1
vote
1 answer

TFS Release Structure To Support Multiple Release Patches

Hello to all guru's out there. I came across a requirement that our TFS needs to support multiple releases. Listed are some of the requirement. Scenario: We have 2 releases, Release 1.0 and Release 2.0 Release 1.0 needs a patch and will be released…
1
vote
0 answers

Why there is no Lifecycle in Maven that has the goals of Maven Release Plugin?

I'm new to the concepts of Maven, In the Default Lifecycle we end with the Deploy Phase, it will deploy a snapshot or a release in the remote repository, it depends on what we have. But how can we move from a Snapshot to a Release? I know that we…
sirineBEJI
  • 1,170
  • 2
  • 14
  • 25
1
vote
1 answer

Unable to launch program made with Visual Studio on a computer without VS installed

I am trying to launch an .exe of a c++ app made in VS without VS installed but without success. Here is what I did: I compiled the program in release mode, Manually moved all the files from debug to release folder, as well as game library files.…
John
  • 105
  • 10
1
vote
1 answer

Signed APK behaving diffently from Android Studio build while working with back4app and released on google play. How to fix it?

In 2016 I released an app that used parse (and parse.com) to store some data, it worked really well. I published it on Google Play and I had almost 5k downloads. In 2017 parse.com was shut down. I did not have the time to move to another server so I…
Will
  • 804
  • 2
  • 8
  • 17
1
vote
0 answers

Issue on Generating signed apk in Android Studio

I want to generate signed apk in android studio of my project but It is giving me error.I am new to android, please help me in this. Unable to find out whether the issue is with progaurd or build.gradle. Added my logs in the below section, please…
1
vote
1 answer

Artifactory - What is the limit on number of artifact properties or values and its performance impact

Artifactory version: 4.15.0 or Latest Summary (optional info, but can help anyone understand my case better): Build+Test pipeline generates artifacts in the form of jar/war/zip/tar/rpms etc. Once these artifacts are generated and stored in…
AKS
  • 16,482
  • 43
  • 166
  • 258
1
vote
0 answers

How to manage releases in Jira for cross functional teams on one project?

I am a PM for different teams in a start up company, App, ML, Cloud and we have one project on Jira for all these teams, this method worked well, during development but as we get closer to release, managing releases through Jira becomes an issue.…
panyvi
  • 19
  • 2
1
vote
4 answers

python networkx import error: cannot import name release

I'm on macOS, using another program needs to run python script contains networkx module. My networkx2.1 is installed using: pip install networkx --user The error raised is that: File…
Shirley Hou
  • 21
  • 1
  • 3
1
vote
2 answers

AdMob ads not displaying in app after release on the App Store

I have added AdMob support in my app as documented. The ads were showing in simulator as well as on real device. After releasing the App on the AppStore the ads are not showing. Banner ads specificaly are not showing. Interstitial also are not…
sski
  • 830
  • 1
  • 8
  • 15