Dotnet pack test

Enable Dotnet Pack Test..

Not sure why this method didn't have a fact attribute. Thanks for pointing this out @krwq
This commit is contained in:
Bryan Thornbury 2015-12-18 11:34:55 -08:00
parent 3b9828404e
commit e8a7228feb

View file

@ -91,6 +91,7 @@ namespace ConsoleApplication
TestRunCommand("dotnet", $"run");
}
[Fact]
public void TestDotnetPack()
{
TestSetup();