Questions tagged [publish]

To publish is the process to make something publicly available. This might be the stuff that happens inside a CRM system after editing an article and finally publishing it, or publishing a project artifact.

In most cases publishing is not just the fact of making something publicly available, but also involves steps like testing/proof reading it, tagging it in some kind of version control. Also often various artifacts should get published at the same point in time.

3310 questions
730
votes
8 answers

What is the difference between "expose" and "publish" in Docker?

I'm experimenting with Dockerfiles, and I think I understand most of the logic. However, I don't see the difference between "exposing" and "publishing" a port in this context. All the tutorials I have seen first include the EXPOSE command in the…
user1496984
  • 10,957
  • 8
  • 37
  • 46
184
votes
14 answers

Google App is Published on Internal Test Track but Can't Be Found/Downloaded

I've successfully completed the publishing process for an APK to the Internal Test Track. But when I try to view the App for download on the Google Play Store using the "VIEW ON GOOGLE PLAY" link in the screenshot below... ...it opens a new window…
FreeZey
  • 2,382
  • 3
  • 11
  • 23
180
votes
12 answers

Publish error: Found multiple publish output files with the same relative path

When I publish my ABP project I get the following error: C:\Program Files\dotnet\sdk\6.0.100-rc.1.21458.32\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(112,5): error NETSDK1152: Found multiple publish output files with the…
Nader Gharibian Fard
  • 6,417
  • 4
  • 12
  • 22
156
votes
8 answers

Visual Studio SignTool.exe Not Found

I have completed an application I have made in Visual Studio 14.0, but when I tried to publish the program, I get an error as Visual Studio cannot find 'SignTool.exe'. I have searched my Hard drive a few times for this but it is nowhere on my PC.…
Catquatwa
  • 1,729
  • 3
  • 12
  • 15
102
votes
2 answers

Saving a high resolution image in R

I'm creating a scatterplot using ggplot in R (R version 3.2.1). I want to save the graph as a tiff image in 300 DPI in order to publish it in a journal. However, my code using ggsave or tiff() with dev.off doesn't seem to work and only saves it in…
Dana
  • 1,053
  • 2
  • 8
  • 7
101
votes
4 answers

API to automatically upload apk to Google Play?

Is there any API or tool that enables me to automatically upload an APK to Google Play? I want to automatically publish customized apps to my account without any manual steps or graphical interface. I searched around but could not find any API for…
Magnus
  • 3,691
  • 5
  • 27
  • 35
98
votes
8 answers

Using msbuild to execute a File System Publish Profile

I have a c# .Net 4.0 project created with VS2010 and now being accessed with VS2012. I'm trying to publish only the needed files from this website to a destination location (C:\builds\MyProject[Files]) My file…
P. Roe
  • 2,077
  • 1
  • 16
  • 23
97
votes
11 answers

Publishing from Visual Studio 2015 - allow untrusted certificates

I am publishing my ASP.NET 5 MVC6 project from Visual Studio 2015. I have imported publish profile from my server. Connection validates successfully, however when I publish my project I have the following…
koryakinp
  • 3,989
  • 6
  • 26
  • 56
94
votes
5 answers

Upload artifact to Artifactory using Gradle

I am a newbie to Gradle and Artifactory and I want to upload a JAR file to Artifactory. Here is my build.gradle file: apply plugin: 'java' apply plugin: 'eclipse' apply plugin: 'maven' apply plugin: 'artifactory-publish' groupId = 'myGroup' version…
tuncaysenturk
  • 1,067
  • 1
  • 8
  • 7
91
votes
5 answers

Publish Java artifact to Maven Local with Gradle

I am facing a problem when trying to install a generated jar into my local Maven Repository. The message error just show me 'task 'publish' is not found' I am using this Gradle Script: buildscript { ext { springBootVersion =…
Erikson Murrugarra
  • 1,379
  • 3
  • 13
  • 22
88
votes
8 answers

dotnet publish doesn´t publish correct appsettings.{env.EnvironmentName}.json

When I issue the following command in the command line: dotnet publish -o "./../output" -c Release The dotnetcli publishes the project correctly. However, it does not copy the appsettings.Production.json file, only the appsettings.json. Why is this?…
peco
  • 3,890
  • 1
  • 20
  • 27
87
votes
8 answers

Rename app in google play store

I published my app in google play store and tried to find it. But I found it by project name. My project name wasn't like app name. But many people installed my app. How can I change the name without uploading a new app? Project name is:…
Bold Bat
  • 889
  • 1
  • 6
  • 6
81
votes
11 answers

Web deployment task failed. (The type initializer for 'Microsoft.Web.Deployment.DeploymentManager' threw an exception.)

I am getting the following error when I use web deploy from visual studio 2010. Web deployment task failed. (The type initializer for 'Microsoft.Web.Deployment.DeploymentManager' threw an exception.) I suddenly started getting this error! I…
coder
  • 877
  • 2
  • 10
  • 11
74
votes
30 answers

HTTP Error 500.30 - ASP.NET Core 5 app failed to start

I deploy a .NET Core 5 app with settings: And the website shows an error: HTTP Error 500.30 - ASP.NET Core app failed to start Common solutions to this issue: The app failed to start The app started but then stopped The app started but threw an…
72
votes
5 answers

Can I change screenshots of the app after published?

I made an app and put that on Playstore. Is there a way I can change the screenshots of the app? Or if it is not possible will the update version remove the previous version and screenshots?
Jackie Chan
  • 782
  • 1
  • 5
  • 9
1
2 3
99 100