Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
The build "Source Release and Merge Script" is currently broken with the following error:
The following packages have unmet dependencies: dotnet-sdk-2.2 : Depends: aspnetcore-runtime-2.2 (>= 2.2.7) but it is not going to be installed Depends: dotnet-runtime-2.2 (>= 2.2.7) but it is not going to be installed E: Unable to correct problems, you have held broken packages.
when running
wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install dotnet-sdk-2.2
I suspect that the reason this is not showing up in master is that this execution is behind a docker layer and therefore not triggered.
Attachments
Issue Links
- links to