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
As you can see, we BDN is currently printing .NET 6.0 for the CoreRun job (most likely because it was build targeting net6.0 tfm). This is wrong. In such case it should contain something like "local build". In case of multiple runtimes and multiple coreruns provided, we should just display the job column id (#1621)
With #2002 we made it possible to mix
--runtimes and --corerun
, with #1621 we started hiding theJob
andToolchain
columns.Repro:
As you can see, we BDN is currently printing
.NET 6.0
for the CoreRun job (most likely because it was build targetingnet6.0
tfm). This is wrong. In such case it should contain something like "local build". In case of multiple runtimes and multiple coreruns provided, we should just display the job column id (#1621)Reported offline by @bartonjs
The text was updated successfully, but these errors were encountered: