Tagged Questions
The publish tag has no wiki summary.
134
votes
13answers
29k views
Deploy a project using Git
How can I deploy a PHP website using Git? I have a hunch it has something to do with using git hooks to perform a git reset --hard on the server side, but how would I go about accomplishing this?
22
votes
11answers
14k views
Replicate VS2008 “Publish Web Site” from command line
I am trying to replicate the exact functionality of this dialogue in Visual Studio 2008 in a build script:
This is an ASP.NET web site, not a web application.
I have Googled around this and turned ...
20
votes
6answers
6k views
How can you publish a ClickOnce application through CruiseControl.NET?
I have CruiseControl.NET Version 1.4 set up on my development server. Whenever a developer checks in code, it makes a compile.
Now we're at a place where we can start giving our application to the ...
17
votes
3answers
966 views
Feed dialog generating errors with iOS SDK
UPDATE: This problem was resolved when facebook fixed their service.
I'm trying to get the feed dialog to work for sharing with facebook. I had it all working before with the old, deprecated API and ...
10
votes
4answers
2k views
Can TeamCity publish a Web project using the sln2008 build runner?
I'm building an ASP.Net MVC project in TeamCity.
Can I somehow call the Publish target and get the output copied to a folder under IIS? or do I need to write an msbuild script for this?
9
votes
3answers
3k views
MSBuild target _CopyWebApplication does not copy all necessary files to the bin folder
Elsewhere on the Web, you can find recommendations on using something like this to simulate the Publish feature in the VS 2005-2008 IDE from a command-line (I hope I did not goof up the syntax!):
...
8
votes
1answer
2k views
Post Publish Events
For normal (say Windows Forms) C# applications, to execute commands after a successful build I would use the Build Events->Post-build event command line in Project Properties.
I have a Web Site ...
8
votes
2answers
2k views
is it possible to make nant run a publish on web application project
is it possible to make nant run a publish on mvc project or a good old web application project
and after the publish make nant FTP the files to the web server
UPDATE: found the solution to the ftp ...
7
votes
1answer
154 views
Changing product name with mage.exe
I need to update the applications manifest with a new value for 'product'.
With mage.exe I can update the name and publisher but NOT product. In mageUI you can do this, but I need to do it in ...
7
votes
2answers
1k views
VS2010 Publish Profiles — Where are they stored?
We have set up a few Publish Profiles that are used to deploy web apps to various servers, and it all works great with 1-click deployment.
However, w find that even though the entire solution is ...
7
votes
6answers
16k views
How can I use the “Publish” function in Visual Studio 2008 without erasing the contents of the target folder?
When I use Build->Publish Web Site in Visual Studio 2008, most of the time it compiles the site, and then simply asks me "All files in the target folder will be deleted. Continue?" (or something to ...
7
votes
4answers
2k views
Creating RSS feed from database, how many items to put into feed so that they are all likely to be consumed?
I'm creating several RSS feeds from a database to publish things like job openings, volunteer opportunities, and links in general. My question is, how many items should be returned in the feed so ...
7
votes
3answers
13k views
How do I publish a Asp.net web application using MSBuild?
I am trying to publish an Asp.net MVC web application locally using the NAnt and MSBuild. This is what I am using for my NAnt target;
<target name="publish-artifacts-to-build">
<msbuild ...
6
votes
2answers
210 views
How to publish (sweave) regression formulas?
How can I publish a regression formula nicely?
fit1<-dynlm(dep~indep1+indep2+indep3)
s1<-summary(fit1)
s1$call
How can I Sweave s1$call ? I mean I do not want to have somethin like ...
6
votes
5answers
2k views
Custom app_offline.htm file during publish
When I publish my ASP.NET MVC application it generates a app_offline.htm file to take the site offline while it updates the website and then deletes the file once the publish is successful.
This is ...
6
votes
8answers
1k views
Why can't I publish MVC project
I'm having problems publishing my MVC project. When I do publish and upload everything to web server I get this:
[InvalidOperationException: The view 'Index' or its master could not be found. The ...
6
votes
3answers
3k views
How do I get Visual Studio's “Publish Website” to 1. not overwrite web.config & 2. promote copies of dlls that were referenced from my GAC
I started using a a library which I reference from the GAC during development. I want the dll included in the project bin directory when I promote it to the webserver. I also need my local and the ...
5
votes
1answer
95 views
hudson / jenkins - Showing content when clicking a result link
I have job that runs an executable which yields a JUnit report.
This report is parsed by Hudson (the 'Publish JUnit test result report' option is checked),
and each testcase is shown as a link.
What I ...
5
votes
4answers
169 views
error: Could not load the file or assembly 'ExcelAddIn1.XmlSerializers' or one of it's dependencies. The system cannot find the file specified
I have an Add-in project for excel. It works fine on my computer. But when I install it on a client machine it gives me the error message i mentioned.
I have Published it using project-> ...
5
votes
5answers
118 views
Android - Are LogCat calls visible to end users if phone is in debug mode?
I've been using Log.whatever() calls to Log various bits of information as I've been developing my Android app. As I prepare to publish my app to the Android Marketplace, I'm trying to figure out what ...
5
votes
1answer
402 views
How to get rid of “$(ReplacableToken…)” in web.config conpletely
I am creating a publishable package and when I navigate to obj\Debug\Package\PackageTmp directory, I am seeing the web.config's connection string is replaced by a replacable token, and I simply don't ...
5
votes
1answer
243 views
WebApplication publish to relative filesystem path
I'm setting up a publish to a relative path for testing locally (especially xml config transformations). Each developer has their own path to the checked out project and I'd like to set up a publish ...
5
votes
3answers
2k views
Team Build: Publish locally using MSDeploy
I'm just getting started with the team build functionality and I'm finding the sheer amount of things required to do something pretty simple a bit overwhelming. My setup at the moment is a solution ...
5
votes
6answers
584 views
Is Team Foundation Server the right solution to automatically publish .net website to remote server?
We currently build our .net website in C# in Visual Studio 2010 Pro on our dev server, then manually publish it and upload to the live server where it is copied over the current files to go live.
We ...
5
votes
1answer
1k views
Publish Version vs Assembly (etc) Versions
I've read threads here about the Assembly, File and Assembly Informational versions.
I'd like to know where the Publish version fits in. The result of...
string thisAppsVersion = ...
5
votes
7answers
371 views
How to package a Linux binary for my Open Source application?
I have an Open Source app and I currently only post the binary for the Windows build. At this point Linux users have to get the source and compile it. Is there a standard way for posting a Linux ...
4
votes
1answer
185 views
Publishing my web application can take long time to accomplish because of the .suo file
I have a web application project that i publish via Visual Studio 2010 to my server. My problem is that it can take very long time before it can actually publish it. Maybe 10 minutes! It doesnt happen ...
4
votes
2answers
59 views
(iphone) does my app get listed in “what's new” when publishing to new countries?
I'm planning to publish my app to set of countries first then publish to other countries as the app matures.
Would my app get listed in "what's new" in the newly added countries or "what's new" is ...
4
votes
1answer
237 views
NAnt MVC publish website
Problem: I want to elegantly publish an MVC website with NAnt.
Simple no? Wrong... Here are some of the stackoverflow resources I've looked at. Each one of them has an issue...
Stackoverflow 1:
...
4
votes
2answers
2k views
Facebook Connect iPhone custom publish stream
I just downloaded the Facebook SDK for iOS because I need to be able to publish custom streams to user's Facebook feeds. The sample app has a method called publishStream:(id)sender that appears to set ...
4
votes
2answers
320 views
How to publish web site using PSAKE
Is there a way to publish asp.net web application using PSAKE, just like visual studio do?
4
votes
3answers
4k views
How do I deploy an iPhone application (without the App Store)?
Please forgive the noob question.
I've been developing this little app (with Unity) for some time. The development profile expires every 90 days. That's life.
Now I want to take it to the 'next' ...
4
votes
4answers
253 views
How can we publish an asp.net website with Visual Studio 2008?
I've created an asp.net website with VS2008, how can I publish it in VS2008?
P.S:
I've used Right Click -> publish but, I've used a Database in my project, but VS2008 doesn't publish it.
P.S: I'm ...
4
votes
6answers
6k views
Facebook Graph Api - Posting to Fan Page as an Admin
I've setup a script which allows users to post messages to a fan page on Facebook. It all works but there's one small issue.
The Problem:
When the post is added to the page feed it displays the ...
4
votes
4answers
805 views
How to include ignored files when using Publish tool in VS2010?
I have a directory /media/fonts in my asp.net mvc project which contains fonts for my website. When I use the "Publish" tool in Visual Studio this folder is ignored even though it is included in my ...
4
votes
2answers
3k views
How do I use VS2010 One-Click Publish (MsDeploy) to deploy remotely from the command line?
On the remote web server I have installed the remote service http://x.x.x.x/MsDeployAgentService.
If I use the Web Application Project's Publish command in VS2010 I can successfully publish to this ...
4
votes
2answers
179 views
How to Auto tag Mercurial on Visual Studio Publish?
I am using TortoiseHg + VisualHg on Visual Studio 2008. Has anyone found way to automatically create a tag (with the published version number) in Mercurial whenever I do a publish from VS?
4
votes
2answers
457 views
msbuild custom task
I have a custom MSBuild task that takes in a set of JavaScript files, minifies them, and outputs them, with the extension .min.js. When I do a normal build through Visual Studio, it works perfectly ...
4
votes
4answers
2k views
“Publish” to pdf
Using Matlab, I would like to create a pdf document summarizing the results of several experiments. Ideally, I'd have one page per experiment with 2 multi-panel figures and a bit of text.
I thought ...
4
votes
3answers
894 views
Why are certain files not published in the App_Data folder?
I'm using Visual Studion 2008 to build and deploy a webservice project. I've added a bunch of files to the App_Data folder: some xml, some plain text and 2 pdf's. All these files are included in the ...
4
votes
3answers
1k views
Visual Studio - Publish to multiple locations?
Is there a way to automatically publish a website to multiple locations at once?
Our website is load balanced across multiple servers, so when I want to publish I have to do it to each server ...
3
votes
3answers
88 views
Publish to friends wall doesn't work with specified access token
We have an application that allows to users publish content to their friends wall.
It uses the user's access_token given our application.
It works stable usually, but for some reason for one of our ...
3
votes
0answers
84 views
Windows System Notification Event Service & Custom Events
I know with the Windows System Notification Event Service (SNES) I can subscribe to many different system events.
Is it possible to create my own type of System Event and publish events to the System ...
3
votes
1answer
94 views
Visual Studio's “Publish” feature prevents my ASP.NET MVC app from compiling
I've noticed a strange issue when FTP publishing my ASP.NET MVC app in Visual Studio:
After publishing, it won't compile. I get this error:
It is an error to use a section registered as ...
3
votes
1answer
98 views
Is there a way to include an assembly referenced using Unity when using publish website?
I'm a using the repository pattern and Unity to manage the dependency to my concrete repository objects. In itself this is not an issue however I am running into a problem when using publish website ...
3
votes
1answer
193 views
Steps for Export and Import in Liferay
I have built a website in Liferay using eclipse IDE.
Please tell me the step by step procedure for export/import or publishing website from development machine to deployment machine. .
Thanks
3
votes
1answer
102 views
Android: publishing an app, problems with “Required device features”
I've published my app on the Market, but it somehow auto-detected several features that it thinks are required. One of those features is "android.hardware.telephony", and because this is now a ...
3
votes
2answers
68 views
Best Approach for autopublishing Webapplications
Can you please tell what are the best approaches for doing auto publishing of webapplications using vs2010 and team city.
Currently trying to do by adding a web deployment project, Is it best way to ...
3
votes
2answers
623 views
Visual Studio 2010: How to publish an ASP.NET web app to a target folder with MSBUILD?
In Visual Studio 2010, you know how you can change your configuration (debug, release, etc), right-click a project in the solution explorer, click publish, and have all the important web app project ...
3
votes
1answer
656 views
Publish website in visual studio: Use 'Fixed naming and single page assemblies'?
When puslishing a website from Visual studio 2008, you get a dialog box with some options.
One of them is 'Use fixed naming and single page assemblies'.
We don't have that enabled, but what are the ...