在 VSTS 中找不到 Azure 参数文件

Azure parameter file cannot be found in VSTS

我正在 Visual Studio 中实现逻辑应用程序。 我创建了可以正常工作的逻辑应用程序,我可以使用 VSTS 部署它。 但是当我添加一个新的 ARM 文件 (Test1_QA.parameters.json) 时,我在 VSTS 中找不到它。

在 VSTS 中,我正在使用 Azure 资源组部署 任务。

当然,当我通过右键单击项目直接从 VS 中部署时,我可以 select 新文件。 我在网上搜索但找不到任何东西。 任何形式的帮助将不胜感激。

好的,我想您需要提交文件并将其推送到 VSTS。

通常你可以使用这些命令来完成:

git add -a
git commit -m 'commit message'
git push

确保 VS 中的文件属性将 "Build Action" 设置为 "Content"