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
1
vote
0 answers

Visual Studio - How can I change the publisher name

After publishing a project, the program shows the Publisher name when installing. I need to change the Publisher name to something else. I've tried changing the publisher name by going to Project > Properties > Publish Tab > and then Options, but…
1
vote
3 answers

Publish project for all users

I have a C# Windows Forms project that I created. When i click "Publish" it deploys this click-once application that is only for a single user. If I run the install on my admin account, then there is a shortcut in my AppData that i can click on to…
fifamaniac04
  • 2,343
  • 12
  • 49
  • 72
1
vote
0 answers

Excel - publishing pivot charts to mhtml

I'm hoping someone can help with the below please.... I have created several excel dashboards across multiple sheets in the same workbook, each dashboard contains several pivot charts. I am trying to export each dashboard into a mhtml file with…
1
vote
0 answers

publish dll of single page visual studio

I have website which is around 700 Mb in size. now when I change something in code behind, then every time to i have to publish website to replace .dll server. because we are using single assembly for single page. now for build and publish consumes…
1
vote
1 answer

Cordova + iOs Publishing Error ITMS90035 - Invalid Signature. Code object not signed at all

I am using Cordova 5.1.1 tô build an hybrid app. I have already managed tô send the app tô the Google Play Store, but I am having BIG trouble tô send it tô App Store for iPhone. I am getting error ITMS90035 - Invalid signature. Code object not…
Guido
  • 387
  • 2
  • 13
1
vote
1 answer

Incomplete sitecore publish ( presentation details missing )

When i publish items in sitecore ( Sitecore 8 Update 2 ) i noticed that the presentation details aren't being published. At first this didn't happen a lot but now it's becoming a real problem. I used to have a fallback plan where i would fully…
Timon
  • 1,003
  • 1
  • 9
  • 38
1
vote
0 answers

error of downloading an application published by VS2010

This question is related to my previous question. I need to publish an application built by C# on VS 2010 (.NET 4.0) to a Windows server 2008 R2. I just followed the instructions ("publish to a file share or path")…
1
vote
1 answer

Deploying a Web Application from the command line

Im looking to deploy a web application on a build server. It is a very small web app and so far i have written a nice little console app that checks out from SVN and then calls msbuild on the .sln file. This of course is not the same as publishing a…
Grant
  • 11,138
  • 32
  • 94
  • 140
1
vote
1 answer

Using curl to publish to Artifactory not working

I have a (Gradle-built) project that produces a JAR at /build/libs/myapp-.jar. I am now trying to write a curl command that publishes that JAR to Artifactory like so: curl -i -X PUT -u myuser:12345@$ -T…
smeeb
  • 27,777
  • 57
  • 250
  • 447
1
vote
2 answers

How to publish a WCF against a publish settings file?

I have created a site in Azure and downloaded the publish settings file. When I click publish in VS I get the option to select a file with publish settings but only for the ASP.NET project. More or less like so. The problem is that I'm trying to…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
1
vote
2 answers

Android paho publish big delay

I'm trying to write an application in android to publish mqtt messages. I'm using an AsyncTask to publish to my broker but sometimes I have a big delay I guess is because I have to connect to the broker every time before publishing…
Paul Dumitru
  • 68
  • 1
  • 10
1
vote
1 answer

How can I add Snapshot and test variations to my ivy.xml

I'm using ant+ivy+nexus to build and publish my java OSGi projects (just good old jars if you're unfamiliar with OSGi). After the usual mind-melting period one has when engaging with new tech I've got a mostly functional system. But, I now have two…
Alastair Brayne
  • 731
  • 1
  • 9
  • 22
1
vote
1 answer

Azure Website Deployment from Visual Studio - How to deploy just a single missing assembly?

I have an Azure website built using Visual Studio and .NET (C#). I noticed that for whatever reason, an assembly was not getting put into the /Bin folder when BS built the app. So I copied the file to my Bin folder. However, when I deploy, the file…
Randy Minder
  • 47,200
  • 49
  • 204
  • 358
1
vote
1 answer

publish.xml file could not be opened for continuous integration with SQL Server 2014

I am trying to implement continuous integration with SQL Server 2014 as my target database. My publish.xml file looks like this TargetConnectionString>Data Source=~~~~~~~~;Integrated Security=True;Pooling=False And my build definition file looks…
1
vote
0 answers

How to make my Android-Chromecast app visible in the official Chromecast apps Google page?

I succesfully integrated my Android app with Chromecast, I have published both and all is working great, in the developer console I enabled the listing app switch and filled all the required fields but my app isn't visible in…
Alberto Méndez
  • 1,044
  • 14
  • 31
1 2 3
99
100