Fixing the backwards compat test to use the stage2 with backwards compatible runtimes.
This commit is contained in:
parent
c8b042fd1b
commit
88412b4689
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ namespace Microsoft.DotNet.Cli.Build.Tests
|
|||
var outputDll = testInstance.Root.GetDirectory("bin", configuration, target)
|
||||
.GetFile($"{testAppName}.dll");
|
||||
|
||||
new DotnetCommand()
|
||||
new DotnetCommand(DotnetUnderTest.WithBackwardsCompatibleRuntimes)
|
||||
.ExecuteWithCapturedOutput(outputDll.FullName)
|
||||
.Should().Pass()
|
||||
.And.HaveStdOutContaining("Hello World");
|
||||
|
|
Loading…
Reference in a new issue