File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
test/Microsoft.NET.TestFramework/Commands Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ mkdir %TestExecutionDirectory%
2323REM https://stackoverflow.com/a/7487697/294804
2424robocopy %HELIX_CORRELATION_PAYLOAD% \t\TestExecutionDirectoryFiles %TestExecutionDirectory% /s /nfl /ndl /njh /njs /np
2525
26- set Verbosity = diagnostic
2726set DOTNET_SDK_TEST_EXECUTION_DIRECTORY = %TestExecutionDirectory%
2827set DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER = %HELIX_CORRELATION_PAYLOAD% \r
2928set DOTNET_SDK_TEST_ASSETS_DIRECTORY = %TestExecutionDirectory% \TestAssets
Original file line number Diff line number Diff line change @@ -133,6 +133,8 @@ public override CommandResult Execute(IEnumerable<string> args)
133133 args = new [ ] { "/restore" } . Concat ( args ) ;
134134 }
135135
136+ args = args . Concat ( new [ ] { "-v:diag" } ) ;
137+
136138 return base . Execute ( args ) ;
137139 }
138140
You can’t perform that action at this time.
0 commit comments