【发布时间】:2018-03-08 16:07:24
【问题描述】:
我升级到 .NET Core 2.1 Preview 1 SDK 并按照以下链接上的说明安装了 asp.net core 2.1 预览站点扩展
预期行为
希望为 azure web 应用安装新发布的 sdk
实际行为
在 Web 应用程序控制台屏幕上运行 dotnet --info 会得到以下结果:
D:\home\site\wwwroot
dotnet --info
D:\home\site\wwwroot
.NET Command Line Tools (2.1.4)
Product Information:
Version: 2.1.4
Commit SHA-1 hash: 5e8add2
Runtime Environment:
OS Name: Windows
OS Version: 10.0.14393
OS Platform: Windows
RID: win10-x86
Base Path: D:\Program Files (x86)\dotnet\sdk\2.1.4\
Microsoft .NET Core Shared Framework Host
Version : 2.0.5
Build : 17373eb129b3b05aa18ece963f8795d65ef8ea54
有人知道如何将我的 asp.net core 2.1 预览应用部署到 azure 吗?
【问题讨论】:
-
按照该链接中的说明进行操作。
If you see ProgramFiles instead then try restarting your site and running the info command again.也请格式化问题,现在不可读
标签: asp.net .net azure-web-app-service