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);
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"target": "project",
|
||||
"type": "build"
|
||||
},
|
||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20100",
|
||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20581",
|
||||
"xunit": "2.1.0",
|
||||
"dotnet-test-xunit": "1.0.0-rc2-173361-36"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue