Skip to content

Commit 987bb59

Browse files
authored
Gather test diag logging to track down nuget issue
We're seeing NU3003 for packages that when downloaded manually, don't show an issue. Per NuGet team, this means an exception is thrown and collecting verbosity information should help. I believe I've mostly seen this on windows so let's enable for windows and just keep rerunning until we hit it.
1 parent 42c0b80 commit 987bb59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/RunTestsOnHelix.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ mkdir %TestExecutionDirectory%
2323
REM https://stackoverflow.com/a/7487697/294804
2424
robocopy %HELIX_CORRELATION_PAYLOAD%\t\TestExecutionDirectoryFiles %TestExecutionDirectory% /s /nfl /ndl /njh /njs /np
2525

26+
set Verbosity=diagnostic
2627
set DOTNET_SDK_TEST_EXECUTION_DIRECTORY=%TestExecutionDirectory%
2728
set DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=%HELIX_CORRELATION_PAYLOAD%\r
2829
set DOTNET_SDK_TEST_ASSETS_DIRECTORY=%TestExecutionDirectory%\TestAssets

0 commit comments

Comments
 (0)