简体   繁体   中英

How to publish Umbraco from Visual Studio without getting the install wizard

I have set up a new project in Visual Studio 2012 to do some development on Umbraco. I am running Umbraco 7.0.0

When I publish to my staging server the first time, everything goes as expected, the site loads, I get the installation wizard and all is well.

Now when I make changes to some of the files I have created in VS2012 (not touching the core files) and I publish again it "resets" my previous Umbraco installation and forces me to go through the installation wizard again..

Is there any way around this?

EDIT: Ok so it seems the actual installation wizard will auto perform an "upgrade" when publishing to an existing database, yet I want to skip this step alltogether.

Anyone have any ideas?

确保部署后web.config中的umbracoConfigurationStatus值不为空,否则它将运行安装向导

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM