Re-activate templating test.
This commit is contained in:
parent
4f6a57f638
commit
b0e57e1712
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ namespace Microsoft.DotNet.New.Tests
|
||||||
[Theory]
|
[Theory]
|
||||||
[InlineData("console", "microsoft.netcore.app")]
|
[InlineData("console", "microsoft.netcore.app")]
|
||||||
// re-enable when this bug is resolved: https://github.com/dotnet/cli/issues/7574
|
// re-enable when this bug is resolved: https://github.com/dotnet/cli/issues/7574
|
||||||
//[InlineData("classlib", "netstandard.library")]
|
[InlineData("classlib", "netstandard.library")]
|
||||||
public void NewProjectRestoresCorrectPackageVersion(string type, string packageName)
|
public void NewProjectRestoresCorrectPackageVersion(string type, string packageName)
|
||||||
{
|
{
|
||||||
var rootPath = TestAssets.CreateTestDirectory(identifier: $"_{type}").FullName;
|
var rootPath = TestAssets.CreateTestDirectory(identifier: $"_{type}").FullName;
|
||||||
|
|
Loading…
Reference in a new issue