Releasing software to users. This may include releasing compiled binaries on a hardware medium, for download, or permitting access to a non-development web service.
Questions tagged [publishing]
1242 questions
-1
votes
1 answer
Is there a way to dynamically choose web.config in Angular?
I have three similar sites with little differences that are published from the same Angular project. Currently, there are three web.config files that are manually chosen for the relevant site when publishing.
I want to know if there is any…

Hisham Hafeel
- 121
- 1
- 8
-1
votes
1 answer
My App does not qualify for use of the requested permissions Google new policy
I published my app on google play store , and before that I submitted a Permissions Declaration Form , and after few days I got a message from google play support :
{ We reviewed your app and found that it does not qualify for use of the requested…

Mohamad Abdallah
- 87
- 5
-1
votes
1 answer
IIS System.IO.DirectoryNotFoundException
I have run into an issue I cannot seem to wrap my head around.
We have an api which handles certain requests. When these requests fail, our api is supposed to send an email to certain people to notify them of the issue.
For this purpose I have…

Haraldur
- 227
- 1
- 3
- 16
-1
votes
3 answers
How can I release projects on github effectively on android
I usually develop apps on android for many reasons.
And I recently (at the asking time) came across a framework called github and I was fascinated.
So I decided to share my projects on github, and created many repositories for them.
However there…

KYHSGeekCode
- 1,068
- 2
- 12
- 30
-1
votes
1 answer
Determine if code changed in C#
We have an ASP.NET MVC website in C#, and when they publish new code, they don't usually restart the web server. This can cause problems because some code changes might assume that new code called in App_Start fired, or some lookup values in static…

Nickadoo
- 104
- 2
- 7
-1
votes
1 answer
You uploaded an APK that is not signed with the upload certificate. while updating app enrolled with App Signing program on Google play store
I have uploaded an app and selected enroll it with "App Signing". I had no problems when uploading the first APK and it got uploaded successfully.
Today I tried to update that app and incremented the versionCode to 2 and versionName to 0.2 and used…

AbcdZZZ
- 1
- 1
-1
votes
1 answer
How to continue the build if the publishing task to Artifactory fails?
In our project we have a publishing task to publish the jar files to jFrog artifactory.
The publishing task works fine, but if for some reason the publishing task fails, then I don't want the build to be failed.
If there a property or configuration…

sNiz
- 11
- 4
-1
votes
3 answers
Can i publish android studio project on iphone app store?
I am still a beginner and I really don't know much and am working on my first app on android studio.
So is it possible to publish android studio project on iPhone App Store? If not is there any other way to do that?

Mohamed AlMazroo
- 51
- 1
- 2
-1
votes
1 answer
How to set up different web.config for different publication profiles in Visual Studio 2015 community?
How to set up diferent web.config for different publication profiles in Visual Studio 2015 community?
All manuals say that you should to click on web.config and choose "add config transform" in menu. But i have not this string in menu.
example

Mark13
- 59
- 9
-1
votes
1 answer
How to publish or deploy from tfs to my server
I want to build and publish from tfs to my server
I am getting error at publish time
Unable to associate artifact with resource at location:C:\agent_work\

D2ddeveloper
- 21
- 6
-1
votes
1 answer
Creating CMS endpoints for verification PublishThis
We have a dotnetnuke website, wherein we need to implement PublishThis, now as i went through the site, i came to know it just have supports for (wordpress and drupal) for other CMS'es they have an API, which can be consumed and pull respective…

Abbas
- 4,948
- 31
- 95
- 161
-1
votes
1 answer
Broken Adobe Air Installers, Do I Need a Certificate
This is a multi-part question, but all to resolve the same issue.
I'm trying to publish a project I've been working on but get intermittent problems with .air files that are generated.
I always get the following warning when publishing my project:…

JEJoll
- 547
- 1
- 6
- 20
-1
votes
1 answer
How can I publish a Windows Form app to include a csv file?
I'm creating a Windows Form application that is going to be used as a sign in system at my college. I was given a .csv file that includes student id numbers, names, teachers, and current courses. I have the app created and it works when I use it on…

Josh Johnson
- 11
- 1
-1
votes
1 answer
Publishing SWF using Adobe Flash
I have a SWF file which contains of an image (1keyframe) and also, it contains an AS3 file with the following codes:
var loader:Loader=new Loader();
var ur:URLRequest=new URLRequest("1.swf");
loader.load(ur);
addChild(loader);
I am trying to play…

Kim
- 9
- 1
-1
votes
1 answer
Spotfire report appearing blank when published
I have created a report in Spotfire that appears fine in the software itself but when accessed through our web player it just presents a blank screen.
I have created another report, which works perfectly, using the same data table and the connection…

BeccyB
- 1
- 2