PR Feedback
This commit is contained in:
parent
3c2459afa2
commit
9f0dab1a08
3 changed files with 2 additions and 4 deletions
|
@ -33,7 +33,6 @@ namespace Microsoft.DotNet.Tests
|
|||
new TestCommand("dotnet")
|
||||
.WithUserProfileRoot(testDirectory.Path)
|
||||
.ExecuteWithCapturedOutput("--help");
|
||||
|
||||
|
||||
var optimizationProfileFilePath = GetOptimizationProfileFilePath(testDirectory.Path);
|
||||
|
||||
|
@ -54,7 +53,6 @@ namespace Microsoft.DotNet.Tests
|
|||
.WithUserProfileRoot(testDirectory.Path)
|
||||
.WithEnvironmentVariable("DOTNET_DISABLE_MULTICOREJIT", "1")
|
||||
.ExecuteWithCapturedOutput("--help");
|
||||
|
||||
|
||||
var optimizationProfileFilePath = GetOptimizationProfileFilePath(testDirectory.Path);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue