Fix dotnet run test
This commit is contained in:
parent
d8858e4d6b
commit
0fcb3c9079
1 changed files with 4 additions and 0 deletions
|
@ -142,6 +142,10 @@ namespace Microsoft.DotNet.Tests.EndToEnd
|
|||
[Fact]
|
||||
public void TestDotnetRun()
|
||||
{
|
||||
var restoreCommand = new TestCommand("dotnet");
|
||||
restoreCommand.Execute($"restore {TestProject}")
|
||||
.Should()
|
||||
.Pass();
|
||||
var runCommand = new RunCommand(TestProject);
|
||||
|
||||
runCommand.Execute()
|
||||
|
|
Loading…
Reference in a new issue