asp.net - Azure .Net WebApp Deployment Failed but it works locally on VS -


i new .net , unable understand weird behaviour azure.

i trying publish .net project azure web app. , throwing silly errors. assume thats becoz of new c# version.

here log file.

use case 1: when trying build visual studio team services , deploy using continuous delivery works.

use case 2: when trying publish directly using visual studio using app service profile , works.

use case 3: when trying deploy through repository hosted @ visual studio team services. , fails , thats error.

any lead helpful.

do let me know, if information provided not enough.

to compile c# 7.0 code, need msbuild 15 installed. currently, msbuild15 not enabled on azure web app.

for use case 1 , 2, c#(7.0) code build on development side on visual studio 2017(msbuild 15) installed.

for use case 3, code complied on azure web app, throw errors.

microsoft engineers in process of building these tools azure, should out soon. stay updated on github


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -