From 48f902c54545b51f29a9262a4a06d61d4e481e11 Mon Sep 17 00:00:00 2001 From: Daniel-Genkin Date: Mon, 2 Aug 2021 14:06:35 -0400 Subject: [PATCH] Attempt to download the tar file manually and include as a local file to the Helix payload --- src/libraries/sendtohelixhelp.proj | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/src/libraries/sendtohelixhelp.proj b/src/libraries/sendtohelixhelp.proj index 6bb24a0d05fb6..ca3f4bbcb7670 100644 --- a/src/libraries/sendtohelixhelp.proj +++ b/src/libraries/sendtohelixhelp.proj @@ -337,11 +337,6 @@ https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/$(ChromiumRevision)/chromedriver_win32.zip - - - https://nodejs.org/dist/latest-v14.x/node-v14.17.4-linux-x64.tar.xz - - <_MonoAotCrossCompilerPath>$([MSBuild]::NormalizePath($(MonoAotCrossDir), 'mono-aot-cross')) <_MonoAotCrossCompilerPath Condition="$([MSBuild]::IsOSPlatform('WINDOWS'))">$(_MonoAotCrossCompilerPath).exe @@ -381,20 +376,29 @@ - + + + $([MSBuild]::NormalizeDirectory('$(ArtifactsDir)', 'bin', 'nodejs')) + + + + + AsArchive="$(HelixCorrelationPayload.EndsWith('.zip')))" /> - - <_WorkItem Include="$(WorkItemArchiveWildCard)" Exclude="$(HelixCorrelationPayload)" /> <_WorkItem Include="$(TestArchiveRoot)runonly/**/WebAssembly.Console.*.Test.zip" Condition="'$(TargetOS)' == 'Browser' and '$(Scenario)' != 'WasmTestOnBrowser' and '$(Scenario)' != 'BuildWasmApps'" /> <_WorkItem Include="$(TestArchiveRoot)runonly/**/WebAssembly.Browser.*.Test.zip" Condition="'$(TargetOS)' == 'Browser' and '$(Scenario)' == 'WasmTestOnBrowser'" />