AfterPublish target not working

后端 未结 5 1135
抹茶落季
抹茶落季 2020-12-01 10:40

World\'s simplest task (see below) is not being executed after I publish my web application project. Any idea why?


  <         


        
5条回答
  •  心在旅途
    2020-12-01 10:51

    Visual Studio 2013. Publish Web application to file system.

      
        
      
    

    Note: Make sure that build logging is set to at least to Detailed. Look for it under Tools -> Options -> Projects and Solutinos -> Build and Run -> MSBuild output verbosity. Diagnostic is also fine if you want to investigate which build target was last run before actual publish.

提交回复
热议问题