Build succeeds, but publish fails

前端 未结 21 1540
陌清茗
陌清茗 2020-12-09 14:29

Up until two days ago, I was able to use Visual Studio 2010\'s \"Publish Web\" option by right clicking on my project and clicking the publish button on the context menu. No

21条回答
  •  春和景丽
    2020-12-09 15:12

    In my case it was delted file from Projects folder. It was added to project but it was not in source folder. I found that it shown with exclamation mark in visual studio:

    when i excluded file form project publishing started to work

提交回复
热议问题