Merge pull request #379 from dotnet/stop-skipping-pack

Stop Skipping Dotnet pack
This commit is contained in:
Bryan Thornbury 2015-12-02 18:07:03 -08:00
commit 98ecf9ac46

View file

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