文件名称:dotnet_core_sample:使用GitHub Actions的dotnet示例应用
文件大小:956KB
文件格式:ZIP
更新时间:2024-05-27 22:02:07
HTML
page_type 描述 产品 语言 点网核心 使用GitHub Actions部署Python应用程序 GitHub动作 Azure应用服务 点网核心 GitHub Actions的示例ASP.NET Core应用程序 有关设置GitHub工作流程的所有示例,请参阅[创建第一个工作流程]( 创建端到端CI / CD工作流的步骤 先决条件 在Azure Portal中创建一个新的Web应用,其运行时堆栈为.NETCore,操作系统为Linux / Windows 复制应用程序的发布配置文件设置 在Azure中创建ASP.NET App服务 此模板部署具有ASP.NET支持的Web应用程序。 带有ASP.NET的Web应用程序是一项应用程序服务,可让您部署ASP.NET网站。 这将部署一个免费的Windows App Service计划,您将在其中托管App Service。 如果
【文件预览】:
dotnet_core_sample-master
----Startup.cs(2KB)
----.gitignore(5KB)
----README.md(5KB)
----.github()
--------workflows()
----LICENSE-CODE(1KB)
----Program.cs(619B)
----LICENSE(19KB)
----SECURITY.md(3KB)
----Views()
--------_ViewStart.cshtml(32B)
--------Home()
--------Shared()
--------_ViewImports.cshtml(121B)
----appsettings.Development.json(137B)
----CODE_OF_CONDUCT.md(453B)
----appsettings.json(97B)
----pipelines-dotnet-core.csproj(457B)
----Models()
--------ErrorViewModel.cs(219B)
----wwwroot()
--------css()
--------images()
--------js()
--------favicon.ico(31KB)
--------lib()
----Controllers()
--------HomeController.cs(735B)