Console log: 'Microsoft.NET.Sdk.StaticWebAssets.Tests.dll.13' from job 99d46bfc-cb19-4c11-868e-a865a262249d workitem 76012af0-f31f-4928-9b70-78498cccc26c (windows.amd64.vs2026.pre.scout.open) executed on machine a003TMW running Windows-2025Server-10.0.26100-SP0 C:\h\w\B2670955\w\A1AC0920\e>call C:\h\w\B2670955\p\t\RunTestsOnHelix.cmd false C:\h\w\B2670955\w\A1AC0920\e>REM make NuGet network operations more robust C:\h\w\B2670955\w\A1AC0920\e>set NUGET_ENABLE_EXPERIMENTAL_HTTP_RETRY=true C:\h\w\B2670955\w\A1AC0920\e>set NUGET_EXPERIMENTAL_MAX_NETWORK_TRY_COUNT=6 C:\h\w\B2670955\w\A1AC0920\e>set NUGET_EXPERIMENTAL_NETWORK_RETRY_DELAY_MILLISECONDS=1000 C:\h\w\B2670955\w\A1AC0920\e>set MicrosoftNETBuildExtensionsTargets=C:\h\w\B2670955\p\ex\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\Microsoft.NET.Build.Extensions.targets C:\h\w\B2670955\w\A1AC0920\e>set DOTNET_ROOT=C:\h\w\B2670955\p\d C:\h\w\B2670955\w\A1AC0920\e>set PATH=C:\h\w\B2670955\p\d;C:\python3\Scripts\;C:\python3\;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Microsoft SQL Server\170\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\dotnet\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\PowerShell\7\;C:\Users\vsagent\AppData\Local\Microsoft\WindowsApps C:\h\w\B2670955\w\A1AC0920\e>set DOTNET_MULTILEVEL_LOOKUP=0 C:\h\w\B2670955\w\A1AC0920\e>set TestFullMSBuild=false C:\h\w\B2670955\w\A1AC0920\e>REM Ensure Visual Studio instances allow preview SDKs C:\h\w\B2670955\w\A1AC0920\e>PowerShell -ExecutionPolicy ByPass -NoProfile -File "C:\h\w\B2670955\p\t\eng\enable-preview-sdks.ps1" LocateVisualStudio failed: The property 'vs' cannot be found on this object. Verify that the property exists. C:\h\w\B2670955\w\A1AC0920\e>REM Use powershell to call partical Arcade logic to get full framework msbuild path and assign it C:\h\w\B2670955\w\A1AC0920\e>if "false" == "true" (FOR /F "tokens=*" %g IN ('PowerShell -ExecutionPolicy ByPass -File "C:\h\w\B2670955\p\t\eng\print-full-msbuild-path.ps1"') do (SET DOTNET_SDK_TEST_MSBUILD_PATH=%g ) ) C:\h\w\B2670955\w\A1AC0920\e>REM Use powershell to run GetRandomFileName C:\h\w\B2670955\w\A1AC0920\e>FOR /F "tokens=*" %g IN ('PowerShell -ExecutionPolicy ByPass [System.IO.Path]::GetRandomFileName()') do (SET RandomDirectoryName=%g ) C:\h\w\B2670955\w\A1AC0920\e>(SET RandomDirectoryName=zfhylvvz.4wd ) C:\h\w\B2670955\w\A1AC0920\e>set TestExecutionDirectory=C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd C:\h\w\B2670955\w\A1AC0920\e>set DOTNET_CLI_HOME=C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\.dotnet C:\h\w\B2670955\w\A1AC0920\e>mkdir C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd C:\h\w\B2670955\w\A1AC0920\e>REM https://stackoverflow.com/a/7487697/294804 C:\h\w\B2670955\w\A1AC0920\e>robocopy C:\h\w\B2670955\p\t\TestExecutionDirectoryFiles C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd /s /nfl /ndl /njh /njs /np C:\h\w\B2670955\w\A1AC0920\e>set DOTNET_SDK_TEST_EXECUTION_DIRECTORY=C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd C:\h\w\B2670955\w\A1AC0920\e>set DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=C:\h\w\B2670955\p\r C:\h\w\B2670955\w\A1AC0920\e>set DOTNET_SDK_TEST_ASSETS_DIRECTORY=C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TestAssets C:\h\w\B2670955\w\A1AC0920\e>REM call dotnet new so the first run message doesn't interfere with the first test C:\h\w\B2670955\w\A1AC0920\e>dotnet new --debug:ephemeral-hive Welcome to .NET 11.0! --------------------- SDK Version: 11.0.100-ci ---------------- Installed an ASP.NET Core HTTPS development certificate. To trust the certificate, run 'dotnet dev-certs https --trust' Learn about HTTPS: https://aka.ms/dotnet-https ---------------- Write your first app: https://aka.ms/dotnet-hello-world Find out what's new: https://aka.ms/dotnet-whats-new Explore documentation: https://aka.ms/dotnet-docs Report issues and find source on GitHub: https://github.com/dotnet/core Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli -------------------------------------------------------------------------------------- The 'dotnet new' command creates a .NET project based on a template. Common templates are: Template Name Short Name Language Tags ------------------- ---------- ---------- ----------------------- Blazor Web App blazor [C#] Web/Blazor/WebAssembly Class Library classlib [C#],F#,VB Common/Library Console App console [C#],F#,VB Common/Console MSTest Test Project mstest [C#],F#,VB Test/MSTest/Desktop/Web Windows Forms App winforms [C#],VB Common/WinForms WPF Application wpf [C#],VB Common/WPF An example would be: dotnet new console Display template options with: dotnet new console -h Display all installed templates with: dotnet new list Display templates available on NuGet.org with: dotnet new search web C:\h\w\B2670955\w\A1AC0920\e>REM We downloaded a special zip of files to the .nuget folder so add that as a source C:\h\w\B2670955\w\A1AC0920\e>dotnet nuget list source --configfile C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\nuget.config Registered Sources: 1. dotnet6 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 2. dotnet6-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json 3. dotnet7 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 4. dotnet7-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7-transport/nuget/v3/index.json 5. dotnet8 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 6. dotnet8-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 7. dotnet8-workloads [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 8. dotnet9 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 9. dotnet9-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 10. dotnet10 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 11. dotnet10-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 12. dotnet11 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json 13. dotnet11-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11-transport/nuget/v3/index.json 14. dotnet-public [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 15. dotnet-eng [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json 16. dotnet-tools [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 17. dotnet-tools-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-transport/nuget/v3/index.json 18. dotnet-libraries [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json 19. dotnet-libraries-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json 20. vs-impl [Enabled] https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json 21. richnav [Enabled] https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json 22. test-tools [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json C:\h\w\B2670955\w\A1AC0920\e>PowerShell -ExecutionPolicy ByPass "dotnet nuget locals all -l | ForEach-Object { $_.Split(' ')[1]} | Where-Object{$_ -like '*cache'} | Get-ChildItem -Recurse -File -Filter '*.dat' | Measure" Count : 86 Average : Sum : Maximum : Minimum : Property : C:\h\w\B2670955\w\A1AC0920\e>dotnet nuget add source C:\h\w\B2670955\p\d\.nuget --configfile C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\nuget.config Package source with Name: Package source 1 added successfully. C:\h\w\B2670955\w\A1AC0920\e>if exist C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Testpackages dotnet nuget add source C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Testpackages --name testpackages --configfile C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\nuget.config Package source with Name: testpackages added successfully. C:\h\w\B2670955\w\A1AC0920\e>dotnet nuget remove source dotnet6-transport --configfile C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\nuget.config Package source with Name: dotnet6-transport removed successfully. C:\h\w\B2670955\w\A1AC0920\e>dotnet nuget remove source dotnet6-internal-transport --configfile C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\nuget.config error: Unable to find any package source(s) matching name: dotnet6-internal-transport. C:\h\w\B2670955\w\A1AC0920\e>dotnet nuget remove source dotnet7-transport --configfile C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\nuget.config Package source with Name: dotnet7-transport removed successfully. C:\h\w\B2670955\w\A1AC0920\e>dotnet nuget remove source dotnet7-internal-transport --configfile C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\nuget.config error: Unable to find any package source(s) matching name: dotnet7-internal-transport. C:\h\w\B2670955\w\A1AC0920\e>dotnet nuget remove source richnav --configfile C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\nuget.config Package source with Name: richnav removed successfully. C:\h\w\B2670955\w\A1AC0920\e>dotnet nuget remove source vs-impl --configfile C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\nuget.config Package source with Name: vs-impl removed successfully. C:\h\w\B2670955\w\A1AC0920\e>dotnet nuget remove source dotnet-libraries-transport --configfile C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\nuget.config Package source with Name: dotnet-libraries-transport removed successfully. C:\h\w\B2670955\w\A1AC0920\e>dotnet nuget remove source dotnet-tools-transport --configfile C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\nuget.config Package source with Name: dotnet-tools-transport removed successfully. C:\h\w\B2670955\w\A1AC0920\e>dotnet nuget remove source dotnet-libraries --configfile C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\nuget.config Package source with Name: dotnet-libraries removed successfully. C:\h\w\B2670955\w\A1AC0920\e>dotnet nuget remove source dotnet-eng --configfile C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\nuget.config Package source with Name: dotnet-eng removed successfully. C:\h\w\B2670955\w\A1AC0920\e>dotnet nuget list source --configfile C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\nuget.config Registered Sources: 1. dotnet6 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json 2. dotnet7 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json 3. dotnet8 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json 4. dotnet8-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json 5. dotnet8-workloads [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json 6. dotnet9 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json 7. dotnet9-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json 8. dotnet10 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json 9. dotnet10-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json 10. dotnet11 [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json 11. dotnet11-transport [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11-transport/nuget/v3/index.json 12. dotnet-public [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json 13. dotnet-tools [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json 14. test-tools [Enabled] https://pkgs.dev.azure.com/dnceng/public/_packaging/test-tools/nuget/v3/index.json 15. Package source 1 [Enabled] C:\h\w\B2670955\p\d\.nuget 16. testpackages [Enabled] C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Testpackages C:\h\w\B2670955\w\A1AC0920\e>dotnet test Microsoft.NET.Sdk.StaticWebAssets.Tests.dll -e HELIX_WORK_ITEM_TIMEOUT=02:00:00 -e DOTNET_SDK_TEST_EXECUTION_DIRECTORY=C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd -e DOTNET_SDK_TEST_MSBUILDSDKRESOLVER_FOLDER=C:\h\w\B2670955\p\r --results-directory .\ --logger trx --logger "console;verbosity=detailed" --blame-hang --blame-hang-timeout 25m --filter "Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest" -d C:\h\w\B2670955\w\A1AC0920\uploads\dotnetTestLog.log VSTest version 18.1.0-preview-25567-101 (x64) Starting test execution, please wait... Logging Vstest Diagnostics in file: C:\h\w\B2670955\w\A1AC0920\uploads\dotnetTestLog.log A total of 1 test files matched the specified pattern. C:\h\w\B2670955\w\A1AC0920\e\Microsoft.NET.Sdk.StaticWebAssets.Tests.dll Data collection : Logging DataCollector Diagnostics in file: C:\h\w\B2670955\w\A1AC0920\uploads\dotnetTestLog.datacollector.26-01-02_18-53-50_66914_5.log Logging TestHost Diagnostics in file: C:\h\w\B2670955\w\A1AC0920\uploads\dotnetTestLog.host.26-01-02_18-53-50_93658_5.log [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v3.1.3+b1b99bdeb3 (64-bit .NET 10.0.0-rc.3.25567.101) [xUnit.net 00:00:00.14] Discovering: Microsoft.NET.Sdk.StaticWebAssets.Tests (app domain = off, method display = ClassAndMethod, method display options = None) Running C:\h\w\B2670955\p\d\dotnet.exe --version > C:\h\w\B2670955\p\d\dotnet.exe --version Process ID: 3176 < C:\h\w\B2670955\p\d\dotnet.exe --version exited with 0 in 192 ms. Running C:\h\w\B2670955\p\d\dotnet.exe msbuild -version > C:\h\w\B2670955\p\d\dotnet.exe msbuild -version Process ID: 6332 < C:\h\w\B2670955\p\d\dotnet.exe msbuild -version exited with 0 in 278 ms. [xUnit.net 00:00:00.70] Microsoft.NET.Sdk.StaticWebAssets.Tests: Non-serializable data ('System.Object[]') found for 'Microsoft.NET.Sdk.StaticWebAssets.Tests.GenerateStaticWebAssetsManifestTest.GeneratesManifestFailsWhenInvalidAssetsAreProvided'; falling back to single test case. [xUnit.net 00:00:00.71] Microsoft.NET.Sdk.StaticWebAssets.Tests: Non-serializable data ('System.Object[]') found for 'Microsoft.NET.Sdk.StaticWebAssets.Tests.GenerateStaticWebAssetsManifestTest.GeneratesManifestFailsWhenTwoAssetsEndUpOnTheSamePath'; falling back to single test case. [xUnit.net 00:00:00.76] Discovered: Microsoft.NET.Sdk.StaticWebAssets.Tests (645 test cases to be run) [xUnit.net 00:00:00.79] Starting: Microsoft.NET.Sdk.StaticWebAssets.Tests (parallel test collections = on [4 threads], stop on fail = off, explicit = off) Running C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Publish C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog > C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Publish C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog Process ID: 8112 [xUnit.net 00:00:00.89] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs [OUTPUT] Executing 'dotnet msbuild /t:Publish C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog': [xUnit.net 00:00:01.15] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs [OUTPUT] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:01.85] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:03.73] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs [OUTPUT] 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj (in 1.58 sec). [xUnit.net 00:00:03.98] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs [OUTPUT] 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj] [xUnit.net 00:00:04.33] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs [OUTPUT] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj] < C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Publish C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog exited with 1 in 3508 ms. [xUnit.net 00:00:04.39] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs [OUTPUT] Command 'dotnet msbuild /t:Publish C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog' exited with exit code 1. [xUnit.net 00:00:04.43] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs [FAIL] [xUnit.net 00:00:04.44] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:04.44] Working Directory: C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2 [xUnit.net 00:00:04.44] File Name: C:\h\w\B2670955\p\d\dotnet.exe [xUnit.net 00:00:04.44] Arguments: msbuild /t:Publish C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog [xUnit.net 00:00:04.44] Exit Code: 1 [xUnit.net 00:00:04.44] StdOut: [xUnit.net 00:00:04.44] MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:04.44] Determining projects to restore... [xUnit.net 00:00:04.44] Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj (in 1.58 sec). [xUnit.net 00:00:04.44] C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj] [xUnit.net 00:00:04.44] C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj] [xUnit.net 00:00:04.44] StdErr: [xUnit.net 00:00:04.44] [xUnit.net 00:00:04.44] , but found 1 (difference of 1). [xUnit.net 00:00:04.44] Stack Trace: [xUnit.net 00:00:04.44] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:04.44] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:04.44] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:04.44] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:04.44] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:04.44] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:04.44] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:04.44] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:04.44] /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs(166,0): at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs() [xUnit.net 00:00:04.44] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:04.44] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:04.44] Output: [xUnit.net 00:00:04.44] Executing 'dotnet msbuild /t:Publish C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog': [xUnit.net 00:00:04.44] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:04.44] 》 Determining projects to restore... [xUnit.net 00:00:04.44] 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj (in 1.58 sec). [xUnit.net 00:00:04.44] 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj] [xUnit.net 00:00:04.44] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj] [xUnit.net 00:00:04.44] Command 'dotnet msbuild /t:Publish C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog' exited with exit code 1. Running C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj /restore /bl:msbuild0.binlog > C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj /restore /bl:msbuild0.binlog Process ID: 1548 Failed Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs [3 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2 File Name: C:\h\w\B2670955\p\d\dotnet.exe Arguments: msbuild /t:Publish C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog Exit Code: 1 StdOut: MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET Determining projects to restore... Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj (in 1.58 sec). C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj] C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj] StdErr: , but found 1 (difference of 1). Stack Trace: at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Publish_IncludesTypeScriptOutputs() in /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs:line 166 at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: Executing 'dotnet msbuild /t:Publish C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog': 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET 》 Determining projects to restore... 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj (in 1.58 sec). 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj] Command 'dotnet msbuild /t:Publish C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Publish_Inclu---B4CC7DB2\ClassLibrary.csproj /p:_IsPublishing=true /restore /bl:msbuild0.binlog' exited with exit code 1. [xUnit.net 00:00:04.49] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets [OUTPUT] Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj /restore /bl:msbuild0.binlog': [xUnit.net 00:00:04.75] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets [OUTPUT] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:05.56] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:06.12] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets [OUTPUT] 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj (in 195 ms). [xUnit.net 00:00:06.37] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets [OUTPUT] 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj] [xUnit.net 00:00:06.69] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets [OUTPUT] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj] < C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj /restore /bl:msbuild0.binlog exited with 1 in 2289 ms. [xUnit.net 00:00:06.74] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets [OUTPUT] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. [xUnit.net 00:00:06.75] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets [FAIL] [xUnit.net 00:00:06.75] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:06.75] Working Directory: C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9 [xUnit.net 00:00:06.75] File Name: C:\h\w\B2670955\p\d\dotnet.exe [xUnit.net 00:00:06.75] Arguments: msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:06.75] Exit Code: 1 [xUnit.net 00:00:06.75] StdOut: [xUnit.net 00:00:06.75] MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:06.75] Determining projects to restore... [xUnit.net 00:00:06.75] Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj (in 195 ms). [xUnit.net 00:00:06.75] C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj] [xUnit.net 00:00:06.75] C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj] [xUnit.net 00:00:06.75] StdErr: [xUnit.net 00:00:06.75] [xUnit.net 00:00:06.75] , but found 1 (difference of 1). [xUnit.net 00:00:06.75] Stack Trace: [xUnit.net 00:00:06.75] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:06.75] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:06.75] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:06.75] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:06.75] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:06.75] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:06.75] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:06.75] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:06.75] /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs(30,0): at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets() [xUnit.net 00:00:06.75] at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) [xUnit.net 00:00:06.75] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:06.75] at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) [xUnit.net 00:00:06.75] Output: [xUnit.net 00:00:06.75] Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj /restore /bl:msbuild0.binlog': [xUnit.net 00:00:06.75] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:06.75] 》 Determining projects to restore... [xUnit.net 00:00:06.75] 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj (in 195 ms). [xUnit.net 00:00:06.75] 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj] [xUnit.net 00:00:06.75] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj] [xUnit.net 00:00:06.75] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Failed Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets [2 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9 File Name: C:\h\w\B2670955\p\d\dotnet.exe Arguments: msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj /restore /bl:msbuild0.binlog Exit Code: 1 StdOut: MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET Determining projects to restore... Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj (in 195 ms). C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj] C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj] StdErr: , but found 1 (difference of 1). Stack Trace: at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_RegistersTypeScriptOutputsAsStaticWebAssets() in /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs:line 30 at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) Standard Output Messages: Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj /restore /bl:msbuild0.binlog': 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET 》 Determining projects to restore... 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj (in 195 ms). 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Registe---CBE62FF9\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Running C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj /restore /bl:msbuild0.binlog > C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:06.77] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed [OUTPUT] Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj /restore /bl:msbuild0.binlog': Process ID: 3560 [xUnit.net 00:00:07.04] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed [OUTPUT] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:07.79] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:08.26] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed [OUTPUT] 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj (in 173 ms). [xUnit.net 00:00:08.49] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed [OUTPUT] 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj] [xUnit.net 00:00:08.80] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed [OUTPUT] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj] < C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj /restore /bl:msbuild0.binlog exited with 1 in 2133 ms. [xUnit.net 00:00:08.90] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed [OUTPUT] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. [xUnit.net 00:00:08.90] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed [FAIL] [xUnit.net 00:00:08.90] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:08.90] Working Directory: C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B [xUnit.net 00:00:08.90] File Name: C:\h\w\B2670955\p\d\dotnet.exe [xUnit.net 00:00:08.90] Arguments: msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:08.90] Exit Code: 1 [xUnit.net 00:00:08.90] StdOut: [xUnit.net 00:00:08.91] MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:08.91] Determining projects to restore... [xUnit.net 00:00:08.91] Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj (in 173 ms). [xUnit.net 00:00:08.91] C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj] [xUnit.net 00:00:08.91] C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj] [xUnit.net 00:00:08.91] StdErr: [xUnit.net 00:00:08.91] [xUnit.net 00:00:08.91] , but found 1 (difference of 1). [xUnit.net 00:00:08.91] Stack Trace: [xUnit.net 00:00:08.91] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:08.91] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:08.91] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:08.91] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:08.91] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:08.91] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:08.91] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:08.91] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:08.91] /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs(62,0): at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed() [xUnit.net 00:00:08.91] at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) [xUnit.net 00:00:08.91] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:08.91] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:08.91] Output: [xUnit.net 00:00:08.91] Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj /restore /bl:msbuild0.binlog': [xUnit.net 00:00:08.91] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:08.91] 》 Determining projects to restore... [xUnit.net 00:00:08.91] 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj (in 173 ms). [xUnit.net 00:00:08.91] 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj] [xUnit.net 00:00:08.91] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj] [xUnit.net 00:00:08.91] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Failed Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed [2 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B File Name: C:\h\w\B2670955\p\d\dotnet.exe Arguments: msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj /restore /bl:msbuild0.binlog Exit Code: 1 StdOut: MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET Determining projects to restore... Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj (in 173 ms). C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj] C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj] StdErr: , but found 1 (difference of 1). Stack Trace: at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptOutputsAreProperlyCompressed() in /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs:line 62 at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj /restore /bl:msbuild0.binlog': 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET 》 Determining projects to restore... 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj (in 173 ms). 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---F6624F8B\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Running C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj /restore /bl:msbuild0.binlog > C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:08.93] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs [OUTPUT] Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj /restore /bl:msbuild0.binlog': Process ID: 5988 [xUnit.net 00:00:09.23] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:09.89] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:10.36] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj (in 169 ms). [xUnit.net 00:00:10.56] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj] [xUnit.net 00:00:10.85] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj] < C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj /restore /bl:msbuild0.binlog exited with 1 in 1980 ms. [xUnit.net 00:00:10.91] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs [OUTPUT] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. [xUnit.net 00:00:10.91] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs [FAIL] [xUnit.net 00:00:10.91] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:10.91] Working Directory: C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9 [xUnit.net 00:00:10.91] File Name: C:\h\w\B2670955\p\d\dotnet.exe [xUnit.net 00:00:10.91] Arguments: msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:10.91] Exit Code: 1 [xUnit.net 00:00:10.91] StdOut: [xUnit.net 00:00:10.91] MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:10.91] Determining projects to restore... [xUnit.net 00:00:10.91] Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj (in 169 ms). [xUnit.net 00:00:10.91] C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj] [xUnit.net 00:00:10.91] C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj] [xUnit.net 00:00:10.91] StdErr: [xUnit.net 00:00:10.91] [xUnit.net 00:00:10.91] , but found 1 (difference of 1). [xUnit.net 00:00:10.91] Stack Trace: [xUnit.net 00:00:10.91] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:10.91] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:10.91] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:10.91] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:10.91] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:10.91] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:10.91] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:10.91] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:10.91] /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs(84,0): at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs() [xUnit.net 00:00:10.91] at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) [xUnit.net 00:00:10.91] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:10.91] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:10.91] Output: [xUnit.net 00:00:10.91] Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj /restore /bl:msbuild0.binlog': [xUnit.net 00:00:10.91] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:10.91] 》 Determining projects to restore... [xUnit.net 00:00:10.91] 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj (in 169 ms). [xUnit.net 00:00:10.91] 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj] [xUnit.net 00:00:10.91] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj] [xUnit.net 00:00:10.91] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Failed Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs [2 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9 File Name: C:\h\w\B2670955\p\d\dotnet.exe Arguments: msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj /restore /bl:msbuild0.binlog Exit Code: 1 StdOut: MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET Determining projects to restore... Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj (in 169 ms). C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj] C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj] StdErr: , but found 1 (difference of 1). Stack Trace: at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Rebuild_SucceedsWithTypeScriptOutputs() in /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs:line 84 at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj /restore /bl:msbuild0.binlog': 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET 》 Determining projects to restore... 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj (in 169 ms). 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Rebuild_Succe---301223A9\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Running C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj /restore /bl:msbuild0.binlog > C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:10.93] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs [OUTPUT] Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj /restore /bl:msbuild0.binlog': Process ID: 5364 [xUnit.net 00:00:11.20] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:11.89] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:12.36] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj (in 167 ms). [xUnit.net 00:00:12.57] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj] [xUnit.net 00:00:12.85] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs [OUTPUT] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj] < C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj /restore /bl:msbuild0.binlog exited with 1 in 1970 ms. [xUnit.net 00:00:12.90] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs [OUTPUT] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. [xUnit.net 00:00:12.92] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs [FAIL] [xUnit.net 00:00:12.92] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:12.92] Working Directory: C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0 [xUnit.net 00:00:12.92] File Name: C:\h\w\B2670955\p\d\dotnet.exe [xUnit.net 00:00:12.92] Arguments: msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:12.92] Exit Code: 1 [xUnit.net 00:00:12.92] StdOut: [xUnit.net 00:00:12.92] MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:12.92] Determining projects to restore... [xUnit.net 00:00:12.92] Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj (in 167 ms). [xUnit.net 00:00:12.92] C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj] [xUnit.net 00:00:12.92] C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj] [xUnit.net 00:00:12.92] StdErr: [xUnit.net 00:00:12.92] [xUnit.net 00:00:12.92] , but found 1 (difference of 1). [xUnit.net 00:00:12.92] Stack Trace: [xUnit.net 00:00:12.92] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:12.92] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:12.92] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:12.92] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:12.92] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:12.92] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:12.92] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:12.92] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:12.92] /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs(188,0): at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs() [xUnit.net 00:00:12.92] at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) [xUnit.net 00:00:12.92] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:12.92] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:12.92] Output: [xUnit.net 00:00:12.92] Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj /restore /bl:msbuild0.binlog': [xUnit.net 00:00:12.92] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:12.92] 》 Determining projects to restore... [xUnit.net 00:00:12.92] 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj (in 167 ms). [xUnit.net 00:00:12.92] 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj] [xUnit.net 00:00:12.92] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj] [xUnit.net 00:00:12.92] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Failed Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs [2 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0 File Name: C:\h\w\B2670955\p\d\dotnet.exe Arguments: msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj /restore /bl:msbuild0.binlog Exit Code: 1 StdOut: MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET Determining projects to restore... Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj (in 167 ms). C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj] C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj] StdErr: , but found 1 (difference of 1). Stack Trace: at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Clean_ThenBuild_SucceedsWithTypeScriptOutputs() in /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs:line 188 at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj /restore /bl:msbuild0.binlog': 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET 》 Determining projects to restore... 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj (in 167 ms). 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Clean_ThenBui---FAD80FB0\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Running C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj /restore /bl:msbuild0.binlog > C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:12.94] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly [OUTPUT] Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj /restore /bl:msbuild0.binlog': Process ID: 1896 [xUnit.net 00:00:13.23] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly [OUTPUT] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:13.90] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:14.47] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly [OUTPUT] 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj (in 203 ms). [xUnit.net 00:00:14.70] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly [OUTPUT] 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj] [xUnit.net 00:00:15.04] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly [OUTPUT] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj] < C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj /restore /bl:msbuild0.binlog exited with 1 in 2161 ms. [xUnit.net 00:00:15.10] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly [OUTPUT] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. [xUnit.net 00:00:15.10] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly [FAIL] [xUnit.net 00:00:15.10] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:15.10] Working Directory: C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5 [xUnit.net 00:00:15.10] File Name: C:\h\w\B2670955\p\d\dotnet.exe [xUnit.net 00:00:15.10] Arguments: msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:15.10] Exit Code: 1 [xUnit.net 00:00:15.10] StdOut: [xUnit.net 00:00:15.10] MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:15.10] Determining projects to restore... [xUnit.net 00:00:15.10] Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj (in 203 ms). [xUnit.net 00:00:15.10] C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj] [xUnit.net 00:00:15.10] C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj] [xUnit.net 00:00:15.10] StdErr: [xUnit.net 00:00:15.10] [xUnit.net 00:00:15.10] , but found 1 (difference of 1). [xUnit.net 00:00:15.10] Stack Trace: [xUnit.net 00:00:15.10] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:15.10] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:15.10] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:15.10] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:15.10] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:15.10] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:15.10] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:15.10] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:15.10] /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs(111,0): at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly() [xUnit.net 00:00:15.10] --- End of stack trace from previous location --- [xUnit.net 00:00:15.10] Output: [xUnit.net 00:00:15.10] Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj /restore /bl:msbuild0.binlog': [xUnit.net 00:00:15.10] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:15.10] 》 Determining projects to restore... [xUnit.net 00:00:15.10] 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj (in 203 ms). [xUnit.net 00:00:15.10] 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj] [xUnit.net 00:00:15.11] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj] [xUnit.net 00:00:15.11] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Failed Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly [2 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5 File Name: C:\h\w\B2670955\p\d\dotnet.exe Arguments: msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj /restore /bl:msbuild0.binlog Exit Code: 1 StdOut: MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET Determining projects to restore... Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj (in 203 ms). C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj] C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj] StdErr: , but found 1 (difference of 1). Stack Trace: at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_IncrementalBuild_WorksCorrectly() in /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs:line 111 --- End of stack trace from previous location --- Standard Output Messages: Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj /restore /bl:msbuild0.binlog': 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET 》 Determining projects to restore... 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj (in 203 ms). 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_Increme---E7C69AF5\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Running C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---1A539541\ClassLibrary.csproj /restore /bl:msbuild0.binlog > C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---1A539541\ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:15.12] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptDisabled_DoesNotRegisterAssets [OUTPUT] Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---1A539541\ClassLibrary.csproj /restore /bl:msbuild0.binlog': Process ID: 3324 [xUnit.net 00:00:15.42] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptDisabled_DoesNotRegisterAssets [OUTPUT] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:16.21] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptDisabled_DoesNotRegisterAssets [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:16.68] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptDisabled_DoesNotRegisterAssets [OUTPUT] 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---1A539541\ClassLibrary.csproj (in 104 ms). [xUnit.net 00:00:16.86] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptDisabled_DoesNotRegisterAssets [OUTPUT] 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---1A539541\ClassLibrary.csproj] [xUnit.net 00:00:22.02] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptDisabled_DoesNotRegisterAssets [OUTPUT] 》 ClassLibrary -> C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---1A539541\bin\Debug\net10.0\ClassLibrary.dll [xUnit.net 00:00:22.11] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptDisabled_DoesNotRegisterAssets [OUTPUT] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---1A539541\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 0. < C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---1A539541\ClassLibrary.csproj /restore /bl:msbuild0.binlog exited with 0 in 6990 ms. [xUnit.net 00:00:22.12] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptDisabled_DoesNotRegisterAssets [PASS] [xUnit.net 00:00:22.12] Output: [xUnit.net 00:00:22.12] Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---1A539541\ClassLibrary.csproj /restore /bl:msbuild0.binlog': [xUnit.net 00:00:22.12] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:22.12] 》 Determining projects to restore... [xUnit.net 00:00:22.12] 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---1A539541\ClassLibrary.csproj (in 104 ms). [xUnit.net 00:00:22.12] 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---1A539541\ClassLibrary.csproj] [xUnit.net 00:00:22.12] 》 ClassLibrary -> C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---1A539541\bin\Debug\net10.0\ClassLibrary.dll [xUnit.net 00:00:22.12] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---1A539541\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 0. Passed Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_TypeScriptDisabled_DoesNotRegisterAssets [7 s] Standard Output Messages: Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---1A539541\ClassLibrary.csproj /restore /bl:msbuild0.binlog': 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET 》 Determining projects to restore... 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---1A539541\ClassLibrary.csproj (in 104 ms). 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---1A539541\ClassLibrary.csproj] 》 ClassLibrary -> C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---1A539541\bin\Debug\net10.0\ClassLibrary.dll Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_TypeScr---1A539541\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 0. Running C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj /restore /bl:msbuild0.binlog > C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:22.14] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets [OUTPUT] Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj /restore /bl:msbuild0.binlog': Process ID: 6996 [xUnit.net 00:00:22.45] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets [OUTPUT] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:23.20] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets [OUTPUT] 》 Determining projects to restore... [xUnit.net 00:00:23.72] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets [OUTPUT] 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj (in 178 ms). [xUnit.net 00:00:23.96] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets [OUTPUT] 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj] [xUnit.net 00:00:24.32] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets [OUTPUT] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj] < C:\h\w\B2670955\p\d\dotnet.exe msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj /restore /bl:msbuild0.binlog exited with 1 in 2237 ms. [xUnit.net 00:00:24.37] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets [OUTPUT] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. [xUnit.net 00:00:24.38] Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets [FAIL] [xUnit.net 00:00:24.38] Expected value to be 0 because Expected command to pass but it did not. [xUnit.net 00:00:24.38] Working Directory: C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1 [xUnit.net 00:00:24.38] File Name: C:\h\w\B2670955\p\d\dotnet.exe [xUnit.net 00:00:24.38] Arguments: msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj /restore /bl:msbuild0.binlog [xUnit.net 00:00:24.38] Exit Code: 1 [xUnit.net 00:00:24.38] StdOut: [xUnit.net 00:00:24.38] MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:24.38] Determining projects to restore... [xUnit.net 00:00:24.38] Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj (in 178 ms). [xUnit.net 00:00:24.38] C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj] [xUnit.net 00:00:24.38] C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj] [xUnit.net 00:00:24.38] StdErr: [xUnit.net 00:00:24.38] [xUnit.net 00:00:24.38] , but found 1 (difference of 1). [xUnit.net 00:00:24.38] Stack Trace: [xUnit.net 00:00:24.38] at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) [xUnit.net 00:00:24.38] at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) [xUnit.net 00:00:24.38] at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) [xUnit.net 00:00:24.38] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:24.38] at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) [xUnit.net 00:00:24.38] at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) [xUnit.net 00:00:24.38] at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) [xUnit.net 00:00:24.38] /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(27,0): at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() [xUnit.net 00:00:24.38] /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs(139,0): at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets() [xUnit.net 00:00:24.38] at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) [xUnit.net 00:00:24.38] at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) [xUnit.net 00:00:24.38] at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) [xUnit.net 00:00:24.38] Output: [xUnit.net 00:00:24.38] Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj /restore /bl:msbuild0.binlog': [xUnit.net 00:00:24.38] 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET [xUnit.net 00:00:24.38] 》 Determining projects to restore... [xUnit.net 00:00:24.38] 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj (in 178 ms). [xUnit.net 00:00:24.38] 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj] [xUnit.net 00:00:24.38] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj] [xUnit.net 00:00:24.38] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. [xUnit.net 00:00:24.39] Finished: Microsoft.NET.Sdk.StaticWebAssets.Tests Data collector 'Blame' message: All tests finished running, Sequence file will not be generated. Failed Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets [2 s] Error Message: Expected value to be 0 because Expected command to pass but it did not. Working Directory: C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1 File Name: C:\h\w\B2670955\p\d\dotnet.exe Arguments: msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj /restore /bl:msbuild0.binlog Exit Code: 1 StdOut: MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET Determining projects to restore... Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj (in 178 ms). C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj] C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj] StdErr: , but found 1 (difference of 1). Stack Trace: at FluentAssertions.Execution.LateBoundTestFramework.Throw(String message) at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message) at FluentAssertions.Execution.AssertionScope.AddPreFormattedFailure(String formattedFailureMessage) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(Func`1 getFailureReason) at FluentAssertions.Execution.AssertionChain.FailWith(String message, Object[] args) at FluentAssertions.Numeric.NumericAssertionsBase`3.Be(T expected, String because, Object[] becauseArgs) at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 27 at Microsoft.NET.Sdk.StaticWebAssets.Tests.TypeScriptIntegrationTest.Build_ModifyTypeScriptFile_UpdatesStaticWebAssets() in /_/test/Microsoft.NET.Sdk.StaticWebAssets.Tests/TypeScriptIntegrationTest.cs:line 139 at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) Standard Output Messages: Executing 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj /restore /bl:msbuild0.binlog': 》MSBuild version 18.1.0-preview-25567-101+f67b36f27 for .NET 》 Determining projects to restore... 》 Restored C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj (in 178 ms). 》C:\h\w\B2670955\p\d\sdk\11.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(351,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj] 》C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\TypeScript\microsoft.typescript.msbuild\5.9.3\tools\Microsoft.TypeScript.targets(320,5): error : The build task could not find node.exe which is required to run the TypeScript compiler. Please install Node and ensure that the system path contains its location. [C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj] Command 'dotnet msbuild /t:Build C:\h\w\B2670955\t\dotnetSdkTests\zfhylvvz.4wd\Build_ModifyT---4AAD3BD1\ClassLibrary.csproj /restore /bl:msbuild0.binlog' exited with exit code 1. Results File: C:\h\w\B2670955\w\A1AC0920\e\vsagent_a003TMW_2026-01-02_18_53_55.trx Test Run Failed. Total tests: 8 Passed: 1 Failed: 7 Total time: 25.2770 Seconds C:\h\w\B2670955\w\A1AC0920\e>set _commandExitCode=1 C:\h\w\B2670955\w\A1AC0920\e>PowerShell -ExecutionPolicy ByPass "Get-ChildItem -Recurse -File -Filter '*hangdump.dmp' | Copy-Item -Destination $env:HELIX_WORKITEM_UPLOAD_ROOT" C:\h\w\B2670955\w\A1AC0920\e>PowerShell -ExecutionPolicy ByPass "dotnet nuget locals all -l | ForEach-Object { $_.Split(' ')[1]} | Where-Object{$_ -like '*cache'} | Get-ChildItem -Recurse -File -Filter '*.dat' | Measure" Count : 86 Average : Sum : Maximum : Minimum : Property : C:\h\w\B2670955\w\A1AC0920\e>C:\python3\python.exe C:\h\w\B2670955\p\reporter\run.py https://dev.azure.com/dnceng-public/ public 34570646 eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IklDTmpEM2o5SGhtSDV0amwwM09EekpOSlpQSSJ9.eyJuYW1laWQiOiJjNzczZjJjMi01MTIwLTQyMDctYWZlMi1hZmFmMzVhOGJjMGEiLCJzY3AiOiJhcHBfdG9rZW4iLCJhdWkiOiJjNzhmNWUwMC00MmFhLTQ1OTItOGEyNy1mNDhjMGM0MWQwYWUiLCJzaWQiOiJlZjY5OTcxMC1lNDAwLTQ3ZDUtOTg2Yy1hNTVlNjgxNDI5YWUiLCJCdWlsZElkIjoiY2JiMTgyNjEtYzQ4Zi00YWJiLTg2NTEtOGNkY2I1NDc0NjQ5OzEyNDIxNzYiLCJEZWZJZCI6IjEwMSIsImpvYnJlZiI6IjQ0NjVlNTc3LTk1NTgtNDM0OS04YTM4LTdmZTY3NTdiMDA0Mjo1M2Q3NzAzNi0wYzM3LTUwYTAtMGMyNy1hODIzOGU4NjhlOGUiLCJwcGlkIjoidnN0ZnM6Ly8vQnVpbGQvQnVpbGQvMTI0MjE3NiIsIm9yY2hpZCI6IjQ0NjVlNTc3LTk1NTgtNDM0OS04YTM4LTdmZTY3NTdiMDA0Mi5idWlsZC50ZXN0YnVpbGRfd2luZG93c194NjQuX19kZWZhdWx0IiwicmVwb0lkcyI6IiIsImp0aSI6IjcxNjNkYmJhLWE3ZWQtNDM4My1iODg5LWEzMGY3OTRlNjA1YyIsImlzcyI6ImFwcC52c3Rva2VuLnZpc3VhbHN0dWRpby5jb20iLCJhdWQiOiJhcHAudnN0b2tlbi52aXN1YWxzdHVkaW8uY29tfHZzbzo2ZmNjOTJlNS03M2E3LTRmODgtOGQxMy1kOTA0NWI0NWZiMjciLCJuYmYiOjE3NjczNzY3MzAsImV4cCI6MTc2NzM4NjkzMH0.Y6yF1nt4ZMlx88bGISgAphNx_G16eLLLG6R30cPDPuzlkhr6zW26wN9dSxVdx2EViGdMGuM88rgm27ppoq8W-paui93e2hGdL-3YQGa7UfVrCVjav3R0tjy3XLbzUDom6UW0doahwW4crbMQwXsijtviOxdy7aaLx2yK0z6WWpwuvUKbtS3x229kbwRgc0Xx495UVVXmT1g7HxZJbty-vpQkCFE2npkBAN0C6WBfbssCAGmIo-iejGcPjMrSk7kPsNaefoi8fa9hhlcUFjCZKflEnLcXgVOwvICDoZepUyXHHeJf302hXqm3P8A8d-zmz_9d-rMEeRUrr1mNZVJv0A || exit /b C:\h\scripts\helix-scripts\azure\__init__.py:5: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-01-02T18:54:18.733Z INFO run.py managed_identity(151) __init__ ManagedIdentityCredential will use IMDS with client_id: 3423231b-6b9e-4177-8817-76276b647404 2026-01-02T18:54:18.733Z INFO run.py azure_utils(32) get_credential_and_access_token VMSSManagedIdentity VmssMIClientIdForUpload Auth type will be used 2026-01-02T18:54:18.741Z INFO run.py _universal(511) on_request Request URL: 'http://169.254.169.254/metadata/identity/oauth2/token?api-version=REDACTED&resource=REDACTED&client_id=REDACTED' Request method: 'GET' Request headers: 'Metadata': 'REDACTED' 'User-Agent': 'azsdk-python-identity/1.25.1 Python/3.13.7 (Windows-2025Server-10.0.26100-SP0)' No body was attached to the request 2026-01-02T18:54:18.774Z INFO run.py _universal(554) on_response Response status: 200 Response headers: 'Content-Type': 'application/json; charset=utf-8' 'Server': 'IMDS/150.870.65.1854' 'x-ms-request-id': '3483a92b-2356-43b1-ba23-2669a7365f46' 'Date': 'Fri, 02 Jan 2026 18:54:18 GMT' 'Content-Length': '2349' 2026-01-02T18:54:18.775Z INFO run.py msal_managed_identity_client(165) _get_token_base ImdsCredential.get_token succeeded 2026-01-02T18:54:18.775Z INFO run.py decorators(24) wrapper ManagedIdentityCredential.get_token succeeded 2026-01-02T18:54:18.775Z INFO run.py azure_utils(64) get_credential_and_access_token Credentials are valid 2026-01-02T18:54:18.776Z INFO run.py msal_managed_identity_client(165) _get_token_base ImdsCredential.get_token_info succeeded 2026-01-02T18:54:18.776Z INFO run.py decorators(24) wrapper ManagedIdentityCredential.get_token_info succeeded 2026-01-02T18:54:19.273Z INFO run.py run(48) main Beginning reading of test results. 2026-01-02T18:54:19.274Z INFO run.py __init__(42) read_results Searching 'C:\h\w\B2670955\w\A1AC0920\e' for test results files 2026-01-02T18:54:19.276Z INFO run.py __init__(48) read_results Found results file C:\h\w\B2670955\w\A1AC0920\e\vsagent_a003TMW_2026-01-02_18_51_04.trx with format trx 2026-01-02T18:54:19.279Z INFO run.py __init__(48) read_results Found results file C:\h\w\B2670955\w\A1AC0920\e\vsagent_a003TMW_2026-01-02_18_52_34.trx with format trx 2026-01-02T18:54:19.281Z INFO run.py __init__(48) read_results Found results file C:\h\w\B2670955\w\A1AC0920\e\vsagent_a003TMW_2026-01-02_18_53_55.trx with format trx 2026-01-02T18:54:19.287Z INFO run.py __init__(42) read_results Searching 'C:\h\w\B2670955\w\A1AC0920\uploads' for test results files 2026-01-02T18:54:19.288Z INFO run.py packing_test_reporter(30) report_results Packing 24 test reports to 'C:\h\w\B2670955\w\A1AC0920\e\__test_report.json' 2026-01-02T18:54:19.289Z INFO run.py packing_test_reporter(33) report_results Packed 94118 bytes C:\h\w\B2670955\w\A1AC0920\e>EXIT /b 1 ['Microsoft.NET.Sdk.StaticWebAssets.Tests.dll.13' END OF WORK ITEM LOG: Command exited with 1]