在VSTS中找不到Azure参数文件

时间:2018-01-29 13:07:18

标签: azure azure-resource-manager azure-logic-apps azure-pipelines-release-pipeline

我正在Visual Studio中实现Logic App。 我创建了正常运行的Logic App,我可以使用VSTS进行部署。 但是当我添加一个新的ARM文件(Test1_QA.parameters.json)时,我在VSTS中找不到它。

enter image description here

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

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

2 个答案:

答案 0 :(得分:1)

确保VS中的文件属性具有" Build Action"设置为"内容"

enter image description here

答案 1 :(得分:0)

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

通常可以使用以下命令来执行此操作:

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