Update Template Engine and templates for 1.x
This commit is contained in:
parent
13e84f7cbd
commit
0dd4f123d2
5 changed files with 15 additions and 24 deletions
|
@ -16,7 +16,7 @@ namespace Microsoft.DotNet.New.Tests
|
|||
|
||||
cmd.ExitCode.Should().NotBe(0);
|
||||
|
||||
cmd.StdErr.Should().StartWith("No templates matched the input template name: [Web1.1]");
|
||||
cmd.StdErr.Should().StartWith("No templates matched the input template name: Web1.1.");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
@ -26,7 +26,7 @@ namespace Microsoft.DotNet.New.Tests
|
|||
|
||||
cmd.ExitCode.Should().NotBe(0);
|
||||
|
||||
cmd.StdErr.Should().StartWith("Unable to determine the desired template from the input template name: [c]");
|
||||
cmd.StdErr.Should().StartWith("Unable to determine the desired template from the input template name: c.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -105,7 +105,6 @@ A command is running to initially populate your local package cache, to improve
|
|||
"microsoft.extensions.logging.console",
|
||||
"microsoft.extensions.logging.debug",
|
||||
"microsoft.extensions.options.configurationextensions",
|
||||
"microsoft.visualstudio.web.browserlink",
|
||||
};
|
||||
|
||||
_nugetCacheFolder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue