简体   繁体   中英

Azure web app kudu deployments C# 6

I have asp.mvc applicatioin on bitbucket GIT. I want to use azure auto deploy, but I cannot becouse azure build fails on C#6 feature ?.. Is there any option to enable C# on azure build?

I find https://github.com/KuduApps/CSharp6Web , but this I cannot use.

In the Azure portal, add an app setting called MSBUILD_PATH for the web app, and set its value to:

%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe

This will enable C# 6 until Microsoft changes the default MSBuild version for Azure web apps.

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