Skip to content
代码片段 群组 项目
未验证 提交 d82e861d 编辑于 作者: Doug Bunting's avatar Doug Bunting 提交者: GitHub
浏览文件

[release/7.0] Move to an RTM SDK (#44233)


* [release/7.0] Move to an RTM SDK
* Update global.json
* Update global.json
* Grab part of #43802
  - `cherry-pick`ed from d184b978

Co-authored-by: default avatarWilliam Godbe <wigodbe@microsoft.com>
Co-authored-by: default avatarBrennan <brecon@microsoft.com>
上级 11c390d8
No related branches found
No related tags found
无相关合并请求
{
"sdk": {
"version": "7.0.100-rc.1.22431.12"
"version": "7.0.100-rtm.22478.12"
},
"tools": {
"dotnet": "7.0.100-rc.1.22431.12",
"dotnet": "7.0.100-rtm.22478.12",
"runtimes": {
"dotnet/x86": [
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
......
......@@ -139,7 +139,7 @@ internal static class TemplatePackageInstaller
{
var proc = await RunDotNetNew(output, $"\"{templateName}\"");
if (!proc.Error.Contains("No templates found matching:"))
if (!proc.Error.Contains("No templates or subcommands found matching:"))
{
throw new InvalidOperationException($"Failed to uninstall previous templates. The template '{templateName}' could still be found.");
}
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册