You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\h\w\AD090924\w\A2130988\e>powershell C:\h\w\AD090924\w\A2130988\u\aspnet-versioncheck.ps1 -aspNetCoreVersion 7.0.0
.NET SDK '8.0.200' -- major version: '8.0'; preview: ''
ASP.NET SDK '7.0.0' -- major version: '7.0'; preview: ''
ASP.NET Core Runtime version and .NET Core Runtime version do not match -- update DotNetCli.props!
C:\h\w\AD090924\w\A2130988\e>set _commandExitCode=1
I'm not sure this is the main cause. In the individual test logs there is
+ dotnet exec --roll-forward Major --runtimeconfig Microsoft.DotNet.Build.Tasks.Feed.Tests.runtimeconfig.json --depsfile Microsoft.DotNet.Build.Tasks.Feed.Tests.deps.json /mnt/work/AB1F0951/p/xunit-runner/tools/netcoreapp2.0/xunit.console.dll Microsoft.DotNet.Build.Tasks.Feed.Tests.dll -nocolor -xml testResults.xml
dotnet: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by dotnet)
dotnet: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by dotnet)
+ export _commandExitCode=1
The text was updated successfully, but these errors were encountered:
A few recent PRs to Arcades
release/7.0
branch are failing tests on WindowsFailure log from the first listed PR: https://helix.dot.net/api/2019-06-17/jobs/5f332db1-20da-4408-aacd-6d0268b23310/workitems/AspNetCoreTest/console
I'm not sure this is the main cause. In the individual test logs there is
The text was updated successfully, but these errors were encountered: