Merge pull request #8770 from livarcocc/re_enable_template_test

Re-activate templating test.
This commit is contained in:
Livar 2018-03-13 18:11:23 -07:00 committed by GitHub
commit 6d9177f143
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ namespace Microsoft.DotNet.New.Tests
[Theory]
[InlineData("console", "microsoft.netcore.app")]
// 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)
{
var rootPath = TestAssets.CreateTestDirectory(identifier: $"_{type}").FullName;