【发布时间】:2018-05-09 16:51:06
【问题描述】:
我有一个通过命令行任务调用 devenv.com 的构建定义。构建定义使用提供的“托管 VS2017”代理队列。直到 5 月 5 日,此版本运行良好。现在我的构建开始失败并出现以下错误消息。有没有其他人以前见过这个并且知道如何解决?
2018-05-07T15:29:34.2870437Z Microsoft Visual Studio 2017 Version 15.0.27428.2027.
2018-05-07T15:29:34.2870634Z Copyright (C) Microsoft Corp. All rights reserved.
2018-05-07T15:29:34.2870871Z
2018-05-07T15:29:34.2870992Z The license for Visual Studio has expired.
2018-05-07T15:29:34.2871309Z
2018-05-07T15:29:40.1187011Z The evaluation period for this product has ended.
2018-05-07T15:29:40.6652780Z ##[error]Process completed with exit code 1.
【问题讨论】:
-
我目前正在使用 VSTS 支持,听起来这可能是他们的问题。希望很快就会知道。
-
您可以通过添加变量
system.debug与值true共享详细日志吗?你能分享一下devenv.com是如何被调用的命令行任务的详细脚本吗? -
另外,请确保构建由托管 VS2017 代理排队。根据日志,VS版本是
15.0.27428.2027,但是Hosted VS2017 agent实际使用的版本是15.6.5+27428.2027(github.com/Microsoft/vsts-image-generation/blob/master/images/…)。
标签: azure-devops azure-pipelines