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:
parent
3b9828404e
commit
e8a7228feb
1 changed files with 2 additions and 1 deletions
|
@ -91,6 +91,7 @@ namespace ConsoleApplication
|
|||
TestRunCommand("dotnet", $"run");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void TestDotnetPack()
|
||||
{
|
||||
TestSetup();
|
||||
|
|
Loading…
Reference in a new issue