Merge rel/1.0.0 to master
This commit is contained in:
commit
b0a5d53ed5
72 changed files with 3664 additions and 231 deletions
|
@ -55,9 +55,10 @@ Additional Arguments:
|
|||
|
||||
try
|
||||
{
|
||||
new NewCommand()
|
||||
string newArgs = $"classlib -o \"{dir.Path}\"";
|
||||
new NewCommandShim()
|
||||
.WithWorkingDirectory(dir.Path)
|
||||
.ExecuteWithCapturedOutput("-t Lib")
|
||||
.ExecuteWithCapturedOutput(newArgs)
|
||||
.Should().Pass();
|
||||
}
|
||||
catch (System.ComponentModel.Win32Exception e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue