Ignore files in Windows Azure virtual application

前端 未结 4 594
执念已碎
执念已碎 2021-01-03 07:48

I want to have a virtual application inside a site. I have modified my ServiceDefinition.csdef as


        

        
4条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-03 08:12

    As a workaround, I created a Web Deployment Project. To exclude files in the output, you need to put

    
        Project
    
    

    And in the ServiceDefinition.csdef I specified the output path for web deployment project

    
    

提交回复
热议问题