gpt4 book ai didi

c# - 部署到 Azure 应用服务后找不到我的存储库文件

转载 作者:行者123 更新时间:2023-12-03 05:24:46 25 4
gpt4 key购买 nike

我对 Azure 应用服务非常陌生,但已开始在我的学期项目中使用它。通过 Github Actions,它可以在 Azure 上自动部署和构建,并准备好供我测试和共享。不过,我在查找所有存储库文件时确实遇到了一个小问题。我希望能够在 Azure 上使用与 Visual Studio 2019 中使用的相同相对路径。但我似乎无法弄清楚我的图像跑到哪里去了。我有一个文件夹,其中包含要在益智游戏中使用的图像片段。位于“gamefiles”文件夹中。

Picture of my folder structure in VS2019 Picture of the folder structure in Azure App Service Editor

上图是我在 VS2019 中的文件夹结构,下图是 Azure 应用服务编辑器中的文件夹结构。我是否需要使用另一个 Azure 服务来获取我的所有文件,或者我是否需要从 Github 方面做一些事情。尝试搜索,但找不到任何可以回答我的问题的内容。非常感谢任何提示!

最佳答案

在您的 project_name.csproj 文件中添加以下代码。

<ItemGroup>
<Content Include="gamefiles\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

应该对你有用。

<小时/>

测试步骤

enter image description here

enter image description here

enter image description here

关于c# - 部署到 Azure 应用服务后找不到我的存储库文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69839379/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com