how to add publishing profile to a new sln in vs2012?

后端 未结 2 1542
有刺的猬
有刺的猬 2021-02-12 11:34

I have read the publishing profiles have replaced WDP

but I cannot find decent tutorial

how to add and modify pubxml file to my project

any

2条回答
  •  天命终不由人
    2021-02-12 12:11

    When you right-click a project and select Publish, you get the Publish Web wizard. Using this to create a profile (you don't have to actually publish in order to create a profile) creates the .pubxml, and on the first step of the wizard you can use the Manage Profiles button to rename or delete profiles. Profiles are created in a PublishProfiles folder under Properties. See

    http://msdn.microsoft.com/en-us/library/ff398069.aspx

提交回复
热议问题