简体   繁体   English

VSTS我无法创建新的构建定义,选项已禁用

[英]VSTS I can't create a new build definition, options are disabled

I'm using a free Microsoft Account (@outlook.com) on VSTS. 我在VSTS上使用了免费的Microsoft帐户(@ outlook.com)。 I created my first proyect, configure it and make it works with CI/CD. 我创建了我的第一个proyect,对其进行配置并使其与CI / CD兼容。 Now, I'm creating a new proyect and I want to add a build definition, but I don't know why, all the options appears disabled. 现在,我正在创建一个新的proyect,我想添加一个构建定义,但是我不知道为什么,所有选项都显示为禁用。

No matter what I do, the Save button remains disabled. 无论我做什么,“保存”按钮均保持禁用状态。

¿There is a limited number of projects to use with CI/CD per account? ¿每个帐户可用于CI / CD的项目数量有限?

Thank's in advance 提前致谢

This is a very strange behavior, but finally I found the solution: in the querystring params you need to remove the "path" parameter (path=%5C) 这是一个非常奇怪的行为,但最终我找到了解决方案:在querystring参数中,您需要删除“ path”参数(path =%5C)

Reference: https://developercommunity.visualstudio.com/content/problem/203956/build-definition-buttons-are-greyed-out.html 参考: https : //developercommunity.visualstudio.com/content/problem/203956/build-definition-buttons-are-greyed-out.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM