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%
23
23
REM https://stackoverflow.com/a/7487697/294804
24
24
robocopy %HELIX_CORRELATION_PAYLOAD% \t\TestExecutionDirectoryFiles %TestExecutionDirectory% /s /nfl /ndl /njh /njs /np
25
25
26
- set Verbosity = diagnostic
27
26
set DOTNET_SDK_TEST_EXECUTION_DIRECTORY = %TestExecutionDirectory%
28
27
set DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER = %HELIX_CORRELATION_PAYLOAD% \r
29
28
set 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)
133
133
args = new [ ] { "/restore" } . Concat ( args ) ;
134
134
}
135
135
136
+ args = args . Concat ( new [ ] { "-v:diag" } ) ;
137
+
136
138
return base . Execute ( args ) ;
137
139
}
138
140
You can’t perform that action at this time.
0 commit comments