Stop Skipping Dotnet pack

Looks like this got resolved.
This commit is contained in:
Bryan Thornbury 2015-12-02 14:27:20 -08:00
parent f67a247252
commit 61fb0ed841

View file

@ -90,7 +90,6 @@ namespace ConsoleApplication
TestRunCommand("dotnet", $"run");
}
[Fact(Skip="https://github.com/dotnet/cli/issues/333")]
public void TestDotnetPack()
{
TestSetup();