The following builds failed with the error mentioned in the title:
##[error].packages\microsoft.dotnet.arcade.sdk\5.0.0-beta.19558.11\tools\Publish.proj(162,5): error MSB4062: The "PushToAzureDevOpsArtifacts" task could not be loaded from the assembly F:\workspace\_work\1\s\.packages\microsoft.dotnet.build.tasks.feed\5.0.0-beta.19529.3\build\../tools/netcoreapp2.1/Microsoft.DotNet.Build.Tasks.Feed.dll. Could not load file or assembly 'NuGet.Common, Version=5.3.0.4, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Could not find or load a specific file. (0x80131621) Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.
I think we dealt with a similar (same) problems a few days ago... Perhaps all we need is to update the Tasks.Feed lib in the affected repo?
/cc @mmitche @riarenas @MattGal
It's because the dotnet SDK in use in the repo is tool old. Updating will work.
Pinging repo owners for awareness: @dotnet/dotnet-winforms @dougbu
@AdamYoblick and @RussKie can you guys take care of this ASAP?
I already opened a PR.
At the dentist, anyone else on the winforms team should be able to merge in Matt’s PR :)
From: Matt Mitchell notifications@github.com
Sent: Tuesday, November 12, 2019 3:19:08 PM
To: dotnet/arcade arcade@noreply.github.com
Cc: Adam Yoblick Adam.Yoblick@microsoft.com; Mention mention@noreply.github.com
Subject: Re: [dotnet/arcade] Tasks.Feed.dll : Could not load file or assembly 'NuGet.Common, Version=5.3.0.4 (#4332)
I already opened a PR.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fdotnet%2Farcade%2Fissues%2F4332%3Femail_source%3Dnotifications%26email_token%3DAHASVDML5TO5AH5OMIJ5V73QTMMUZA5CNFSM4JL4OI6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED363IY%23issuecomment-553119139&data=02%7C01%7CAdam.Yoblick%40microsoft.com%7Cf5a6dce099bb4206970f08d767b5f53e%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637091903513866068&sdata=TF1xkUlegW0TKXEp7XTw7hyGMo%2F1%2BbmNNDqTIacUJw8%3D&reserved=0, or unsubscribehttps://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAHASVDOAJBULK7LQAPZA3XDQTMMUZANCNFSM4JL4OI6A&data=02%7C01%7CAdam.Yoblick%40microsoft.com%7Cf5a6dce099bb4206970f08d767b5f53e%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637091903513871059&sdata=ytqetVt7mfj3LfbMGrl87NCa3MZw5ngBZaxkg8qQQD4%3D&reserved=0.
@AdamYoblick - just tell the dentist to take a break from drilling for a moment and check stuff in. :)
There are some test failures that need dealing with https://github.com/dotnet/winforms/pull/2357
@mmitche - the CI build is failing for your PR, had you investigated it?
##[error]XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: D:\a\1\s\artifacts\TestResults\Release\System.Windows.Forms.Tests_netcoreapp5.0_x64.html [netcoreapp5.0|x64]
I had not.
Update:
If EF6 build passes (it will take 1h30m to test it) I'll close this issue.
Yes we updated the SDK in EF6 to fix this issue. It should be passing now.
EF6 build passed.
Most helpful comment
@AdamYoblick - just tell the dentist to take a break from drilling for a moment and check stuff in. :)