Questions tagged [publish-profiles]

80 questions
87
votes
10 answers

asp.net webapi publish - xml files not copy

I have MVC 4.0 WebApi project with auto generated help based on this. My model classes are stored it another projects in my solution. Generation of xml file is enabled for every project (Project Properties -> Build -> OutPut -> XML Documentation…
19
votes
4 answers

How can I update ASP.NET Core app over an existing/running site without stopping the web server?

We have an ASP.NET Core site running on our test server that we would like to auto-deploy by XCopy to our IIS web server as we do our current apps, where I already have the site running. I've added a publish profile that packages the site to a…
flipdoubt
  • 13,897
  • 15
  • 64
  • 96
18
votes
1 answer

Is the meaning of all the tags / properties usable in a Publish Profile (.pubxml) documented anywhere?

When you create a new .pubxml in Visual Studio, it has a set of basic properties defined under the top-level PropertyGroup element (e.g. properties WebPublishMethod, DeployIisAppPath, etc.). But I've found it hard to find any documentation for…
Chris
  • 9,986
  • 8
  • 48
  • 56
15
votes
2 answers

How can I extend my publish profile to deploy to multiple locations?

The following is the generated publish profile for my dev environment:
silkfire
  • 24,585
  • 15
  • 82
  • 105
5
votes
1 answer

Visual Studio Online continuous deployment to Azure Website with publish profile

I am using Visual Studio Online to deploy my project continuously after the CI build pass. However I have to use a publish profile to build the production web.config transform so that the deployed website will be using the production DB instead of…
4
votes
1 answer

Is it possible to import a .publishsettings file in Visual Studio 2015 community edition?

In Visual Studio 2015 (community edition) I can't see any way of importing a .publishsettings file to generate a .pubxml file without having to fill in all the Connection and Settings fields manually. From searching, I've determined that it should…
Breeno
  • 3,007
  • 2
  • 31
  • 30
1
2 3 4 5 6